aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/form/FormPanel.kt
AgeCommit message (Expand)Author
2020-05-10Add simplified version of FormPanel DSL builder function to easily create HTM...Robert Jaros
2020-05-09Add new className parameter to all DSL builder functions.Robert Jaros
2020-03-11Upgrade to Kotlin 1.3.70 + other dependencies (Coroutinse, Serialization, Spr...Robert Jaros
2020-02-22Allow form validation without marking fields with errors.Robert Jaros
2020-02-01Add support for custom type fields in Form/FormPanel model class.Robert Jaros
2020-01-31Support for fieldset HTML element both as a standalone container and within F...Robert Jaros
2019-12-02Auto marking of required form fieldsRobert Jaros
2019-11-05Add labels/fields horizontal ratio option for FormPanel component.Robert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-05Form panel styling abstraction.Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
2019-04-22Code style fixes.Robert Jaros
2019-03-17Move suspending functions for getting file content to the kvision-upload module.Robert Jaros
2019-01-19New method for easy access to the content of selected files.Robert Jaros
2018-11-07Upgrade to Kotlin 1.3.0 final.Robert Jaros
2018-10-13Major refactoring of the multi-platform components.Robert Jaros
2018-10-08Refactoring to modulesRobert Jaros
2018-08-21Internationalization support for built-in 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-07More type-safe forms implementation.Robert Jaros
2018-02-25Change enum classes names for better readability.Robert Jaros
2018-02-12DSL builders returning built components.Robert Jaros
2018-02-12Type safe DSL buildersRobert Jaros
2018-02-09Refactoring. API documentation.Robert Jaros
2018-02-04Refactoring packages layoutRobert Jaros
2018-01-24New options for SelectInput, Forms and FlexPanelsRobert Jaros
2018-01-17Code formatting (Kotlin Style Guide)Robert Jaros
2017-11-26Form validationRobert Jaros
2017-11-25Form validationRobert Jaros