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
In my case, we are pulling data from a backend API to collect the last color that the user picked. Later the user can change the color if they desire.
The bug that was introduced was the color hex of the color picker would revert back to the original color we pulled from the API.
Usually, we don't have an issue with this because most inputs have a default value parameter, which only sets the color hex to a specific color once it loads the component.
I have a work around for the issue, but it would be easier if we had a default value parameter.
Currently, there are parameters to pass the color value, every time that value is changed the color will reset itself to that value.
Can we also have the option to have a default color value? A value that is only present until the user changes the color.
I would appreciate this feature. Thanks!
The text was updated successfully, but these errors were encountered: