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
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
..
components select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
mixins select-kit initial plugin api implementation (0.8.13) 2017-11-22 10:34:12 +01:00
templates/components FIX: future-date-input-row lost datetimes 2017-11-22 08:52:00 +01:00