Buttons
Flyter uses two buttons once triggered, the okButton which will trigger a submit on click, and a cancelButton.
| key | type | description | default value |
|---|---|---|---|
| okButton.enabled | boolean* | Wether or not the okButton will be displayed | true |
| okButton.text | string* | okButton text content | 'Ok' |
| cancelButton.enabled | boolean* | Wether or not the cancelButton will be displayed | true |
| cancelButton.text | string* | cancelButton text content | 'Cancel' |