Javi Aguilar
Javi Aguilar
Why don't you use a more reliable resource like the CSV data from [veekun/pokedex](https://github.com/veekun/pokedex/tree/master/pokedex/data/csv)? They are all here already translated, including Italian: https://github.com/veekun/pokedex/blob/master/pokedex/data/csv/pokemon_species_names.csv
Hi @Zarel what's the status of this? I still get different teams depending on the browser session I use, even if I am logged in with my regular user. The...
It would be enough to be able to connect to Dropbox/Google Drive for backing up and restore all your teams in a plain text file (PS format), maybe a dump...
Hi, first thanks for this amazing tool
@jmini yeah sorry. I opened an issue for that.
I can confirm that it doesn't work if the target is an input: https://jsfiddle.net/f1x359k2/ Your fiddle example was not working at all, btw.
This is expected behavior. The same happens with browser's HTML select elements (combobox): If you use one, the other is collapsed.
Thanks for the example, it's clearer now. I will reopen the issue. @macduy
This is builtin functionality since the library automatically detects the addon Did you try using events and opening the picker on focus?
your jsfiddle example has syntax errors and does not work and you are using a wrong extension name. https://itsjavi.com/bootstrap-colorpicker/tutorial-p04_Colorpicker_Extensions.html but I've found out that swatches don't work without `inline: true`...