aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/form/check
AgeCommit message (Collapse)Author
2020-05-20Make all stateful components implement ObservableState interfaceRobert Jaros
2020-05-09Add new className parameter to all DSL builder functions.Robert Jaros
2020-02-27Remove deprecated methods.Robert Jaros
Style fixes.
2020-02-26Major changes in the event handling architecture. Support for multiple event ↵Robert Jaros
handlers.
2020-02-26Major changes in the event handling architecture. Support for multiple event ↵Robert Jaros
handlers.
2019-11-15Fix an issue with high CPU utilization in IntelliJ by introducing new ↵Robert Jaros
onEvent extension function and changing the names of some style methods
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
Upgrade to Font Awesome 5. Restructure modules.
2019-07-09New DOM bindings. Drop horrible "strictDOM" property.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-01-19Code style.Robert Jaros
2019-01-16Unification of class hierarchy in form.check package.Robert Jaros
2018-10-13Major refactoring of the multi-platform components.Robert Jaros
Dependencies upgrade. A lot of code style fixes.
2018-10-08Refactoring to modulesRobert Jaros
2018-03-29Code style fixes.Robert Jaros
2018-03-26Plain HTML form attributes (method, action, enctype, target, ...) support.Robert Jaros
Form controls refactoring.
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-06Fix RadioGroup initial valueRobert Jaros
2018-03-04Style fixes.Robert Jaros
2018-02-25Change enum classes names for better readability.Robert Jaros
2018-02-24Snabbdom upgrade to v0.7.1Robert Jaros
2018-02-22Property values delegated to a map (idea by tieskedh)Robert Jaros
Closes #2
2018-02-21Small style fixes contributed by tieskedhRobert 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-29Dedicated onClick event handler on buttonsRobert Jaros
2018-01-28Squared radio fixesRobert Jaros
2018-01-17Code formatting (Kotlin Style Guide)Robert Jaros
2018-01-17Style fixesRobert Jaros
2018-01-16Radio button group form controlRobert Jaros
2018-01-16Radio button group form controlRobert Jaros
2017-11-25Form validationRobert Jaros
2017-11-09Refactoring packagesRobert Jaros