milkyway-multimedia/ss-mwm-autocomplete
Contains a collection of fields specifically for autocompletion. Uses typeahead for normal completion, and select 2 for dropdown style autocompletion.
Maintainers
Package info
github.com/milkyway-multimedia/ss-mwm-autocomplete
Type:silverstripe-module
pkg:composer/milkyway-multimedia/ss-mwm-autocomplete
Requires
- silverstripe/framework: ~3.1
Requires (Dev)
None
Suggests
- ajshort/silverstripe-gridfieldextensions: If you want to use the included GridFieldAddNewOrExistingInlineButton component, you will need to install gridfieldextensions
Provides
None
Conflicts
None
Replaces
None
MIT 2dcf140c53592233bbffc452ff37f655b55a140a
This package is not auto-updated.
Last update: 2019-02-20 18:06:24 UTC
README
Please us milkyway-multimedia/ss-mwm-formfields instead: https://github.com/milkyway-multimedia/ss-mwm-formfields
Autocomplete Fields
Autocomplete Fields is a collection of fields specifically for autocompletion. Uses typeahead for normal completion, and select 2 for dropdown style autocompletion.
This is an alternative to some other modules that provide similar functionality (I actually didn't find the autocomplete one until later that probably would've suited my needs... Oops! Ah well, you now have a slightly harder option to use in this module...). Main difference, you can apply any option to these fields using data-attributes (similar to how the Twitter Bootstrap JS components work).
If you need a Select 2 Field that acts more similar to the in-built DropdownField, please use sheadawson/silverstripe-select2
For an alternative TypeaheadField please use betterbrief/silverstripe-autocompletefield
Install
Add the following to your composer.json file
"require" : {
"milkyway-multimedia/ss-mwm-autocomplete": "dev-master"
}
License
- MIT
Version
- Version 0.2 - Alpha
Contact
Milkyway Multimedia
- Homepage: http://milkywaymultimedia.com.au
- E-mail: mell@milkywaymultimedia.com.au
- Twitter: @mwmdesign
