用于Ionic应用的单选或多选框 ion-select-autocomplete

码农软件 · 软件分类 · 手机开发工具 · 2019-04-30 14:56:49

软件介绍

ion-select-autocomplete是一个用于Ionic应用的单选或多选框。

使用方法

下载或者clone项目,并添加下面的代码

<script src="lib/ion-select-autocomplete/ion-select-autocomplete.js" type="text/javascript"></script>

In JS

$scope.optionList = [
  {
    label: 'India',
    value: 'IND'
  },
  {
    label: 'United States',
    value: 'US'
  }
];$scope.model = null;

In HTML

<label class="item item-input">
  <span class="input-label">Choose Country</span>
  <ion-select-autocomplete multiselect="true"
                           output="model"
                           header="Choose Country"
                           label-key="label" value-key="value"
                           options="optionList">
  </ion-select-autocomplete>
</label>

本文地址:https://www.codercto.com/soft/d/4720.html

Beautiful Code

Beautiful Code

Greg Wilson、Andy Oram / O'Reilly Media / 2007-7-6 / GBP 35.99

In this unique work, leading computer scientists discuss how they found unusual, carefully designed solutions to difficult problems. This book lets the reader look over the shoulder of major coding an......一起来看看 《Beautiful Code》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具