I have a set of data, which I was going to have become a multiselect. The issue i had noticed is that a multi select doesnt quite work in accordance with the ionic select design in docs. http://ift.tt/18skOYM
I thought to myself, that it might be a smart move to use a checkbox of data.
Im not sure how ionic handles it best, in terms of their design practices, but I have an angular object i originally use in something like:
<select mutiple="true" ng-options="values.name for (keys, values) in myObject"></select>
Should I migrate this to a different concept?
I looked at the checkbox list, but it was going to use the Ion-components, and not just css tags. If so, i will use the component, but it seemed a lot of items had a version as both a component and css alternative.
Aucun commentaire:
Enregistrer un commentaire