-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about updates #6
Comments
It seems a good option. |
fuqunaga
added a commit
that referenced
this issue
Jan 18, 2023
github-actions bot
pushed a commit
that referenced
this issue
Jan 24, 2023
# [ga.fuquna.rosettaui-v1.1.0](ga.fuquna.rosettaui-v1.0.2...ga.fuquna.rosettaui-v1.1.0) (2023-01-24) ### Features * [#6](#6) FieldOption.delayInput. This can delay updating the value in UI.Field(). ([508862f](508862f)) * Open/Close/SetOpenFlag methods can now be called on Elements, not just OpenClsoeBaseElement. ([cf9eabd](cf9eabd)) * WindowElement.SetClosable() ([82971ec](82971ec))
github-actions bot
pushed a commit
that referenced
this issue
Jan 24, 2023
# [ga.fuquna.rosettaui.uitoolkit-v1.1.0](ga.fuquna.rosettaui.uitoolkit-v1.0.2...ga.fuquna.rosettaui.uitoolkit-v1.1.0) (2023-01-24) ### Bug Fixes * Image is now aligned in the upper left corner. ([e2c8aa5](e2c8aa5)) * ListView reorderable handle uss ([fc8d095](fc8d095)) ### Features * [#6](#6) FieldOption.delayInput. This can delay updating the value in UI.Field(). ([508862f](508862f)) * WindowElement.SetClosable() ([82971ec](82971ec))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an option to make a field only update actual value after I finished typing and press ENTER/focus out of the current window?
Right now it seems like value changed event is emitted every time I type a symbol, which may cause some performance issues if value setter is not cheap.
The text was updated successfully, but these errors were encountered: