aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/form
AgeCommit message (Expand)Author
2020-02-22Allow form validation without marking fields with errors.Robert Jaros
2020-02-09Disallow null value for RangeInputRobert Jaros
2020-02-02Add RangeInput and Range components (sliders) (#132)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-12-02Exclude invisible fields from form validationRobert Jaros
2019-11-15Fix an issue with high CPU utilization in IntelliJ by introducing new onEvent...Robert 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-06Remove radio button default style.Robert Jaros
2019-10-05Form panel styling abstraction.Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
2019-07-09New DOM bindings. Drop horrible "strictDOM" property.Robert Jaros
2019-05-11Add new SimpleSelect form control.Robert Jaros
2019-05-11Refactor focus and blur methods in FormControl interface.Robert Jaros
2019-04-24Fix various problems with re-creating DOM nodes.Robert Jaros
2019-04-22Code style fixes.Robert Jaros
2019-04-16Upgrade Kotlin to 1.3.30Robert Jaros
2019-03-17Move suspending functions for getting file content to the kvision-upload module.Robert Jaros
2019-02-18Make kvision-remote module independent of kvision itself.Robert Jaros
2019-02-13Fix for date/time format used in the form implementation.Robert Jaros
2019-01-19Code style.Robert Jaros
2019-01-19New method for easy access to the content of selected files.Robert Jaros
2019-01-16Unification of class hierarchy in form.check package.Robert Jaros
2019-01-16Fix for UploadInput with empty or multiple value.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-08Testing modules.Robert Jaros
2018-10-08Refactoring to modulesRobert Jaros
2018-09-28Migration to Kotlin 1.3Robert Jaros
2018-08-22Style warnings fixes.Robert Jaros
2018-08-21Internationalization support for built-in components.Robert Jaros
2018-08-19Internationalization support.Robert Jaros
2018-08-16Main dependencies upgrade (Kotlin 1.2.60, coroutines 0.24.0, serialization 0....0.0.15Robert Jaros
2018-05-04Copyright comments unificationRobert Jaros
2018-04-25Multiplatform kvision-common and kvision-server modules.Robert Jaros
2018-03-30Support for some events of file upload control.Robert Jaros
2018-03-29Components for file upload.Robert Jaros
2018-03-29Code style fixes.Robert Jaros
2018-03-26Plain HTML form attributes (method, action, enctype, target, ...) support.Robert Jaros
2018-03-22RichTextInput fix for FirefoxRobert Jaros
2018-03-11Small fix for rich text component.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-03-08Extension function to convert Json to MapRobert Jaros
2018-03-07More type-safe forms implementation.Robert Jaros
2018-03-06Fix RadioGroup initial valueRobert Jaros
2018-03-04Style fixes.Robert Jaros
2018-02-27Internet Explorer and Edge compatibility fixes.Robert Jaros