Allow configuration of list
attribute for <input type="color">
#4720
-
HTML 5 allow to add predefined color for |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Aug 24, 2022
Replies: 2 comments 4 replies
-
Also noticed the color input gets a |
Beta Was this translation helpful? Give feedback.
4 replies
-
You can now use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can now use
Color::make()->suggestions(['#FFFFFF', '#000000'])
etc starting from4.13.0
.