-
Notifications
You must be signed in to change notification settings - Fork 625
Delimiter/Paste Questions #1306
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
Comments
I believe I did get this to work by using the change event. I haven't fully tested this though. Maybe this could be moved to a feature request?
|
It looks like this would work initially but not final as existing check doesn't seem to work properly or something else. I will have to look into it more, probably by using the e inside of the function |
I was curious how the delimiter is supposed to work in terms of when pasting in comma (or delimiter) separated values into a choices input?
My idea was that it allowed to copy paste text by delimiter that will split into many selections, but using the latest release, I can't seem to get that to work on a text input with no choices.
If that is not going to work, I can try to set it on a on change event or additem event, which shouldn't be that bad to do.
The text was updated successfully, but these errors were encountered: