Skip to content
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

Closed
juh9870 opened this issue Sep 28, 2022 · 1 comment
Closed

Question about updates #6

juh9870 opened this issue Sep 28, 2022 · 1 comment

Comments

@juh9870
Copy link
Contributor

juh9870 commented Sep 28, 2022

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.

@fuqunaga
Copy link
Owner

It seems a good option.
I will try to implement it in the future.

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants