用于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://codercto.com/soft/d/4720.html

A=B

A=B

Marko Petkovsek、Herbert S. Wilf、Doron Zeilberger / AK Peters, Ltd. / 1996-01 / USD 49.00

At some point, this book describes methods of solving the problem raised by Donald E. Knuth in the classical book "The Art of Computer Programming, Volume 1: Fundamental Algorithms". The main purpo......一起来看看 《A=B》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

在线进制转换器
在线进制转换器

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器