aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/form/select
AgeCommit message (Expand)Author
2020-02-26Major changes in the event handling architecture. Support for multiple event ...Robert Jaros
2020-02-26Major changes in the event handling architecture. Support for multiple event ...Robert Jaros
2019-11-15Fix an issue with high CPU utilization in IntelliJ by introducing new onEvent...Robert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)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
2018-10-08Refactoring to modulesRobert Jaros
2018-08-21Internationalization support for built-in components.Robert Jaros
2018-08-19Internationalization support.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-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
2018-02-12DSL builders returning built components.Robert Jaros
2018-02-12Type safe DSL buildersRobert Jaros
2018-02-09Fix AJAX options.Robert Jaros
2018-02-09Refactoring. API documentation.Robert Jaros
2018-02-04Refactoring packages layoutRobert Jaros
2018-01-29"auto" support in CssSizeRobert Jaros
2018-01-28Style fixesRobert Jaros
2018-01-24New options for SelectInput, Forms and FlexPanelsRobert Jaros
2018-01-17Code formatting (Kotlin Style Guide)Robert Jaros
2017-11-25Form validationRobert Jaros
2017-11-06Ajax support for Select, emptyOption supportRobert Jaros
2017-11-06Ajax support for SelectInputRobert Jaros