autocomplete-textfield

1.0.0 • Public • Published

Installation

If you want to use the library in browser: npm install autocomplete-textfield

Then import it into your javascript code:

import autocomplete from 'autocomplete-textfield';
// or
var autocomplete = require('autocomplete-textfield');

Props

You can pass JSON data like below:

const countries = [
  { code: "IN", label: "India", phone: "91" },
  { code: "NZ", label: "New Zealand", phone: "64" },
  { code: "ES", label: "Spain", phone: "34" },
  { code: "US", label: "United States", phone: "1"},
 ];

Readme

Keywords

Package Sidebar

Install

npm i autocomplete-textfield

Weekly Downloads

3

Version

1.0.0

License

none

Unpacked Size

5.42 kB

Total Files

4

Last publish

Collaborators

  • sushree_1999