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 some of my forms i used to make the user choose a color from a picker and sometimes also from a list of preset colors or even both, so it would be a useful feature to add a customizable color picker that can be set to pick color from picker or by hex code, pick color from a list or both. The answer can be saved as hex value or rgb based on form setting.
The text was updated successfully, but these errors were encountered:
To give a little more context, this picker: https://casesandberg.github.io/react-color/ the "sketch" one, have all the features needed, visual picker, code picker, and preset picker. For the module customization i would add the ability to hide features, for example hide alpha value picker, or code picker and so on.
In some of my forms i used to make the user choose a color from a picker and sometimes also from a list of preset colors or even both, so it would be a useful feature to add a customizable color picker that can be set to pick color from picker or by hex code, pick color from a list or both. The answer can be saved as hex value or rgb based on form setting.
The text was updated successfully, but these errors were encountered: