aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/form/FormControl.kt
AgeCommit message (Expand)Author
2020-02-01Add support for custom type fields in Form/FormPanel model class.Robert Jaros
2019-11-05Add labels/fields horizontal ratio option for FormPanel component.Robert Jaros
2019-10-05Form panel styling abstraction.Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
2019-05-11Refactor focus and blur methods in FormControl interface.Robert Jaros
2019-01-19New method for easy access to the content of selected files.Robert Jaros
2019-01-16Fix for UploadInput with empty or multiple value.Robert Jaros
2018-10-13Major refactoring of the multi-platform components.Robert Jaros
2018-04-25Multiplatform kvision-common and kvision-server modules.Robert Jaros
2018-03-29Components for file upload.Robert Jaros
2018-03-26Plain HTML form attributes (method, action, enctype, target, ...) support.Robert Jaros
2018-03-11Change the name of content property in Tag component.Robert Jaros
2018-03-08Add focus() and blur() methods to all FormControls.Robert Jaros
2018-02-25Change enum classes names for better readability.Robert Jaros
2018-02-09Refactoring. API documentation.Robert Jaros
2017-11-25Form validationRobert Jaros