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
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Feature Request
Problem description
currently, select tags are showing like this:
which it's data comes from an object like this:
But how can show flags inside of choose Select option instead of text? (
+93
in this example)Proposed solution
Well, I don't know how
<Select />
is designed but since we have<Flag />
component, it shouldn't be hard to implement this.The text was updated successfully, but these errors were encountered: