-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Search] - set value - can't call #6454
Labels
Comments
This will be due to this line https://github.com/Semantic-Org/Semantic-UI/blob/master/src/definitions/modules/search.js#L237 |
Yes! Is it legal to repair that myself? Or should I wait for the official solution? |
@MrMarci666 you are free to open a pull request to suggest a fix, please read the contributing guide before submitting. |
This comment was marked as spam.
This comment was marked as spam.
This seems to be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys, I wanted to reset the Semantic UI search field, after the onSelect event called.
When I call the behavior, but it does nothing!
$('.ui.search').search('set value', '');
Other ways, it works, when I call this function from another source.
I don't really understand why, maybe there is a bug.
Thank you!
TEST IT HERE:
https://jsfiddle.net/9jcj5va8/46/
The text was updated successfully, but these errors were encountered: