The library has UiInputField.value
which is the property that should be used to read the value: https://playcanvas.com/editor/code/1005906?tabs=109692056
The HTML input field should not be used to read the value of the text field.
The library has UiInputField.value
which is the property that should be used to read the value: https://playcanvas.com/editor/code/1005906?tabs=109692056
The HTML input field should not be used to read the value of the text field.
Oh, you are talking about while you are typing, the value is still the old value. In which case, this library doesn’t support that. It only gets the value of input box when the user is done.
No i was talking exactly about the “value” property and building an example on tutorial project i saw that it works as expected, so I have to understand why in my project it doesnt set the value on Unfocus, to be continued thank you
I noticed that the input field does not resize when resizing the browser to a larger size. Any way to fix this?
A post was split to a new topic: How do I add text for instructions in FPS tutorial?