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
Is your feature request related to a problem? Please describe.
Use case: User searches for something that is not currently in the list of options, but he would like to add it.
Problem
Currently, the slot no-options does not have any slot-scope options. Therefore, it is not possible to get the current search value to use for adding a new option.
Describe the solution you'd like
The search input as slot-scope data for no-options
(optional) Built in feature to add not found option to options & select it.
The .2 is the thing I am trying to achieve, but without slot-scope data, I am not sure how to obtain this functionality.
Describe alternatives you've considered
I have not thought about any other way to solve this within the component.
Additional context
Idea of what I'm trying to achieve: something in cursive there is hardcoded, but would ideally come from a slot-scope
The text was updated successfully, but these errors were encountered:
kamerat
changed the title
Feature: Add new option if no match
Feature: Add new option if there is no search match
Feb 20, 2020
Is your feature request related to a problem? Please describe.
Use case: User searches for something that is not currently in the list of options, but he would like to add it.
Problem
Currently, the slot
no-options
does not have any slot-scope options. Therefore, it is not possible to get the current search value to use for adding a new option.Describe the solution you'd like
no-options
The .2 is the thing I am trying to achieve, but without slot-scope data, I am not sure how to obtain this functionality.
Describe alternatives you've considered
I have not thought about any other way to solve this within the component.
Additional context
Idea of what I'm trying to achieve:
something
in cursive there is hardcoded, but would ideally come from a slot-scopeThe text was updated successfully, but these errors were encountered: