forms icon indicating copy to clipboard operation
forms copied to clipboard

A library to easily define and create forms, written in Kotlin

Results 7 forms issues
Sort by recently updated
recently updated
newest added

Hi Giacomo, This library would be really useful to anyone frequently developing forms on Android. Is it possible to add an open source licence to use the forms library ?...

- Add `error: String?` to `SectionViewModel`. - Introduce a configuration also for `SectionModel` (as for `FieldModel`) that contains the title (previously a field of `SectionModel`) and the rules (use `FieldRulesValidator`...

Make the various logI, logE... extension functions private to the library.

enhancement

Remove FormPresenter and add FormRecyclerView

bug

Simply change `hidden` to `visible` and adjust usages.

enhancement