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
{{ message }}
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
Is there a built-in way to force colorpicker to open on text input focus and have the colorpicker-input-addon button? looked in the docs but couldn't find anywhere.
Context
bootstrap-colorpicker version: 3.2.0
bootstrap version: 4
jQuery version: 3.2
Expected behavior
When color picker input is in focus, colorpicker component opens even when you use the colorpicker-input-addon.
Actual behavior
colorpicker opens only when pressing on colorpicker-input-addon
Thanks!
The text was updated successfully, but these errors were encountered:
novakben
changed the title
Show picker on input focus
Show picker on input focus together with colorpicker-input-addon
Jan 8, 2021
I think what he meant here, and I support this request, is an 'allowInputToggle' option.
If this were set to True, I would not need to write an input listener that triggers the color picker. Some libraries that provide e.g. date or time selections offer this setting.
Description
Is there a built-in way to force colorpicker to open on text input focus and have the colorpicker-input-addon button? looked in the docs but couldn't find anywhere.
Context
Expected behavior
When color picker input is in focus, colorpicker component opens even when you use the colorpicker-input-addon.
Actual behavior
colorpicker opens only when pressing on colorpicker-input-addon
Thanks!
The text was updated successfully, but these errors were encountered: