Ionic Select Input Of Colours
I am trying to add a select input of colours. The colours that I want to add as options are the following: http://ionicframework.com/docs/components/#header How can I write the sel
Solution 1:
I've implemented color and image selector with the latest version of ionic and using ion-select.
You can read a brief explanation at https://forum.ionicframework.com/t/ionic-select-list-option-with-flag-image/90972/10
The git repository is: https://github.com/ketanyekale/ionic-color-and-image-selector
Post a Comment for "Ionic Select Input Of Colours"