We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I assume that message.addResult is used to format the add item message when allowAdditions is true.
message.addResult
allowAdditions
true
This property is never utilised within the Dropdown module.
See: https://github.com/Semantic-Org/Semantic-UI/blob/master/src/definitions/modules/dropdown.js#L3198
The text was updated successfully, but these errors were encountered:
Fixes #2923 issue with allow additions not implementing add results t…
e65bfa2
…emplate
Implemented this, and the UX is much better. Now you can tell difference between user addition and normal selection.
Sorry, something went wrong.
No branches or pull requests
I assume that
message.addResult
is used to format the add item message whenallowAdditions
istrue
.This property is never utilised within the Dropdown module.
See: https://github.com/Semantic-Org/Semantic-UI/blob/master/src/definitions/modules/dropdown.js#L3198
The text was updated successfully, but these errors were encountered: