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 there an option to initialize the picker with a selected category other than recent but keep recent?
From what I can see I could use activeCategories but it seems a bit odd to me.
I also tried to fix it by using the selected property, but this can only be used after the picker is bootstrapped.
Please let me know your thoughts.
The text was updated successfully, but these errors were encountered:
activeCategories requires me to add all data (emojis) again via static array.
Also I think it is again only working after component bootstrap which is the same problem as with selected
Is there an option to initialize the picker with a selected category other than recent but keep recent?
From what I can see I could use
activeCategories
but it seems a bit odd to me.I also tried to fix it by using the
selected
property, but this can only be used after the picker is bootstrapped.Please let me know your thoughts.
The text was updated successfully, but these errors were encountered: