Use type="color" on badge color input field (#18825)

This informs browser to use interactive color picker
th-downstream
Jeong Arm 2 years ago committed by GitHub
parent 207208fa8e
commit a09033d81f

@ -13,7 +13,7 @@
= f.input :position, wrapper: :with_label, input_html: { max: current_user.role.position - 1 }
.fields-group
= f.input :color, wrapper: :with_label, input_html: { placeholder: '#000000' }
= f.input :color, wrapper: :with_label, input_html: { placeholder: '#000000', type: 'color' }
%hr.spacer/

Loading…
Cancel
Save