Template7 not displaying full string in text box

I am using template7 to display the value of a text box in a form like so

<input type="text" value="{{person.name}}" required @input="updateName">

But it is not displaying the entire value of the variable. It is displaying only the first part of the string separated by a space. For example, name is John Doe, it displays only John in the text box. Any insight on this?

Am using v5/core.

Thanks

Do the forum search, there were solutions here

I searched before posting, and I have searched again. I have not found what I need. I have seen solutions to variable names with spaces. But nothing about values with spaces not being displayed in full.

after 5 seconds of search I found this Potential Bug with Input Values?