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
{{ message }}
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.
Could you consider adding rerendering after default values change? Right now default values are set before render (in componentWillMount). It would be nice to have possibility to rerender default values (probably componentWillUpdate should be enough here)
Possible use-cases:
setting selected values basing on other data selected by user,
downloading selected tag data from server (this is my case, now i have to wait until all data is fetched and then i can render rn-tag-select)
The text was updated successfully, but these errors were encountered:
Could you consider adding rerendering after default values change? Right now default values are set before render (in componentWillMount). It would be nice to have possibility to rerender default values (probably componentWillUpdate should be enough here)
Possible use-cases:
The text was updated successfully, but these errors were encountered: