You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The multiselect field always shows a search/filter-field (ignoring the blueprint-setting search: false)
The multiselect field always comes up with a misleading create-option whenever a search for a non-existing option is performed. (This happens with both static and dynamic options, using the feature doesn't do anything at all.)
The multiselect field cuts of options with long titles due to its limited width.
Expected behavior
The multiselect field should not contain a create-option by default. (if at all, this would have to be extensively configurable)
The multiselect field should not contain a search/filter-field if the blueprint is set to search: false.
The multiselect field should not cut off options as long as there is enough space left to show them properly.
Thanks for the issue. When there's more than a single problem, it's super helpful for us if you break it down into separate issues. Then we can check them off individually when a fix is ready. I've turned this now into a todo list and might also break it down some more later.
Thanks for the issue. When there's more than a single problem, it's super helpful for us if you break it down into separate issues. Then we can check them off individually when a fix is ready. I've turned this now into a todo list and might also break it down some more later.
Makes sense and I will try better next time – this was my first issue report in this repo.
And thank you for the quick response and fixes and great work in general – Version 4 feels great so far!
Description
search: false
)Expected behavior
search: false
.Screenshots
To reproduce
search: false
-setting to the blueprint.Your setup
Kirby Version: 4.0.0-alpha.7.
The text was updated successfully, but these errors were encountered: