Improve color picker form widget #2590
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Environment
Proposed Functionality
Replace the stock
<select>
widget with something capable of displaying colors for ColorFields.Use Case
Most browsers don't render background colors for
<select>
items, so the user sees only a list of colors referenced by name ("Dark red", "Red", "Pink", etc.). This makes it difficult to find the desired color, especially if you're not familiar with the more obscure colors like cyan and indigo.Database Changes
None
External Dependencies
This might involve a third party UI package like Select2, which was also mentioned in #2516.
The text was updated successfully, but these errors were encountered: