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

✨ add support to force trigger the ValueChanged event with ctrl+enter #39

Merged
merged 1 commit into from Jul 19, 2022

Conversation

heartacker
Copy link
Contributor

in order to support user's application logic like rewrite/repeat-same-value

@heartacker heartacker changed the title ✨ add support to force tigger the ValueChanged event with ctrl+enter ✨ add support to force trigger the ValueChanged event with ctrl+enter Jul 2, 2022
@Dirkster99
Copy link
Owner

This branch has a conflict - can you please resolve it?

  1. Please explain why Ctrl+Enter would be necessary at all?
  2. Whether Ctrl+Enter always available or could be configured out?

@heartacker heartacker force-pushed the forceTrigger branch 2 times, most recently from 8600675 to 18d8289 Compare July 18, 2022 02:01
@heartacker
Copy link
Contributor Author

@Dirkster99

  1. I notice that we have to change the value(mouse click/up down arrow key/type with different value) if we want to raise the value Changed event. I want to trigger the value change event with the same value for some application logic. eg: we write value to chips through the value event, sometimes we need to rewrite the value/repeat writing. thus, we could use this to raise the valueChanged event with the same value
  2. ctrl+entr is always on.

I can not get a better way to satisfy my scenario. so I think ctrl+enter is a good way.
because we could trigger by enter. and may be ctrl+enter is better shortcut to force trigger

@Dirkster99 Dirkster99 merged commit 1111897 into Dirkster99:master Jul 19, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants