This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/select-kit/mixins
Joffrey JAFFEUX b2b565c2fb
select-kit initial plugin api implementation (0.8.13)
```
api.modifySelectKit("identifier-of-the-select-targeted")
  .modifyContent((context, existingContent) => {})
  .appendContent(() => {})
  .prependContent(() => {})
  .onSelect((context, val) => {});
```
2017-11-22 10:34:12 +01:00
..
dom-helpers.js.es6 FIX: force focus input only on expand 2017-11-21 18:23:49 +01:00
events.js.es6 FIX: tab should select and focus next tabindex 2017-11-21 23:28:48 +01:00
plugin-api.js.es6 select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
utils.js.es6 Introduces select-kit 2017-11-21 11:53:09 +01:00