Why single select can't be with :clear-on-select='false' ?
https://jsfiddle.net/karakum/jqofkzxc/3454/
First option must stay modified
First option modified as expected, but:
Console warn: ClearOnSelect and Multiple props can’t be both set to false.
Modify :clear-on-select to true and repeat scenario.
First option must stay modified
First option has been reset with suffix (reset) because search query reset on select
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Any suggest?
@akki-jat but I need to clear-on-select=FALSE with single select to prevent clear of search string after select item
@karakum I also don't think there is any connection betwwen clear-on-select and multiple prop.
But author would know better, so I am adding @shentao in loop.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is a legacy warning when the single-selection was using the input itself to display the value. After the recent changes (the single value has it’s own span), this no longer seems needed. Feel free to provide a PR that will remove the warning.
@shentao merge PR please
Most helpful comment
@akki-jat but I need to clear-on-select=FALSE with single select to prevent clear of search string after select item