index
:
github/kvision.git
gh-pages
kvision_1
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
/
pl
/
treksoft
/
kvision
/
form
/
FormControl.kt
Age
Commit message (
Expand
)
Author
2020-02-01
Add support for custom type fields in Form/FormPanel model class.
Robert Jaros
2019-11-05
Add labels/fields horizontal ratio option for FormPanel component.
Robert Jaros
2019-10-05
Form panel styling abstraction.
Robert Jaros
2019-10-03
Upgrade to Bootstrap 4.
Robert Jaros
2019-05-11
Refactor focus and blur methods in FormControl interface.
Robert Jaros
2019-01-19
New method for easy access to the content of selected files.
Robert Jaros
2019-01-16
Fix for UploadInput with empty or multiple value.
Robert Jaros
2018-10-13
Major refactoring of the multi-platform components.
Robert Jaros
2018-04-25
Multiplatform kvision-common and kvision-server modules.
Robert Jaros
2018-03-29
Components for file upload.
Robert Jaros
2018-03-26
Plain HTML form attributes (method, action, enctype, target, ...) support.
Robert Jaros
2018-03-11
Change the name of content property in Tag component.
Robert Jaros
2018-03-08
Add focus() and blur() methods to all FormControls.
Robert Jaros
2018-02-25
Change enum classes names for better readability.
Robert Jaros
2018-02-09
Refactoring. API documentation.
Robert Jaros
2017-11-25
Form validation
Robert Jaros