Update README.md

This commit is contained in:
Denys Vuika
2016-08-23 11:45:21 +01:00
committed by GitHub
parent 4eb7cf6441
commit 92fe0f5307

View File

@@ -175,6 +175,32 @@ There are two additional functions that can be of a great value when controlling
**Please note that if `event.preventDefault()` is not called then default outcome behaviour **Please note that if `event.preventDefault()` is not called then default outcome behaviour
will also be executed after your custom code.** will also be executed after your custom code.**
## Supported form widgets
- [x] Tabs
- [x] Text
- [x] Multiline Text
- [x] Number
- [x] Checkbox
- [ ] Date
- Dropdown
* [x] Manual
* [x] REST service
* [ ] Data source
- [ ] Typeahead
- [ ] Amount
- [x] Radio buttons
- [ ] People
- [ ] Group of People
- [ ] Dynamic Table
- [x] Hyperlink
- Header
* [x] Plain header
* [x] Collapsible header
- [ ] Attach
- [x] Display value
- [x] Display text
## Build from sources ## Build from sources
Alternatively you can build component from sources with the following commands: Alternatively you can build component from sources with the following commands: