doc: remove deprecated FormEntry

This commit is contained in:
Hugo Pointcheval 2022-07-10 21:15:33 +02:00
parent 94b0ff01ad
commit 8a0af954bf
Signed by: hugo
GPG Key ID: A9E8E9615379254F

View File

@ -35,9 +35,6 @@ Form Bloc for Dart & Flutter.
- Validate this data - Validate this data
* FormInputMetadata: * FormInputMetadata:
- Store infos and options about an input. - Store infos and options about an input.
* FormEntry:
- Associate a key to an input
- Configure form attribute (exportation, name...)
* FormInput: * FormInput:
- Associaite a key, to a validator and metadata. - Associaite a key, to a validator and metadata.
* FormData: *collection of inputs* * FormData: *collection of inputs*