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
Hi @themitigater. You can easily show a "No Data" message anywhere in the view if there are no options available. So I'm guessing that you are asking for an unselectable "No Data" entry that will appear in the dropdown?
Ok! Then my suggestion would be to add a slot for this. There is already an :option slot that you can use to render an entry in the dropdown. Similarly, we could have a :no_option (not sure about the best name here) slot that one can use to render a nonselectable placeholder when there aren't any options to select from.
If you want to go ahead and produce a PR for this, that would be great!
Hi,
Thank you for building this.
Is there a possibility to add a
No Data
message when the returned options is%{}
or[]
? I'm happy to contribute if you can guide me to add this.The text was updated successfully, but these errors were encountered: