Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColorPicker #492

Open
txmodxoops opened this issue May 20, 2016 · 2 comments
Open

ColorPicker #492

txmodxoops opened this issue May 20, 2016 · 2 comments

Comments

@txmodxoops
Copy link

txmodxoops commented May 20, 2016

What do you think, to implement Color Picker?

BootstrapColorPicker
or
TinyColorPicker

@geekwright
Copy link
Contributor

geekwright commented May 22, 2016

Neither.

<input type="color" ...> and a polyfill for a while.

This capability is built in to the majority browsers in use now, and the few hold outs are either being fixed (Edge, Safari,) or are dead products (IE.) The browser built-ins are already adapted to the appropriate screen sizes and input methods. These deliver a consistent user experience on a platform, and require zero maintenance on our part.

Same approach should be considered for many of the other available HTML5 type attribute states.

@txmodxoops
Copy link
Author

txmodxoops commented May 22, 2016

Therefore, it will be deleted the file include/color-picker.js?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants