- Paginator crash on rapid clicks
ConfirmationDialog.cancel()
- ValuedField to
ValuedField<T> RangeBasedField<T>: SingleValuedField<T>toRangeField<T>: ValuedField<T>- SelectMany to use
kollections.Listinstead ofkotlin.collections.List ConfirmationDialog.uitoConfirmationDialog.state
SingleValuedFieldin favour ofValuedField<T>ConfirmationStatein favour ofLazyState<Unit>kotlinx.collections.interoperableinfavour ofkollections
- Localized presenters-geo & presenters-krono test into their respective modules
- Add a list of countries with the easy information you can find
- Add location input
- Migrate dropdown into a ValuedField
- Create a form (with custom params) with every possible field and test it out
- Let form submit values with context. Currently, every thing is being treated as a string
- Submit multi select as a pure list
- Offer params to form which expect multiple selected items
- MultiSelectInput field should have methods for toggling selection of a specific item
- Created a multi select input field
- Wrote the damn class
- Wrote its Field builders
- Tested for multi selection
- Created a single select input field
- Wrote the damn class
- Wrote its Field builders