Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 336 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 336 Bytes

flatpickr-autocomplete-plugin

You can control the autocomplete property on the flatpickr element.

Use

<flat-pickr autocomplete="off" />
import AutocompletePlugin from 'flatpickr-autocomplete-plugin';

// flatpickr config
{
    "plugins": [new AutocompletePlugin()]
}

Compatibility

flatpickr 4