# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Start initiates the start of a form.
# Structs
No description provided by the author
CompletionModel is used to add completion functionality to another model via composition.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FinishedMsg indicates that the last field on the form has been submitted.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
Field represents an individual form field in a linear sequence of inputs.
No description provided by the author
No description provided by the author
# Type aliases
Fields is a list of fields that make up a form.
StaticCompletions is just a static list of allowed final values for a field.
SuggestionMsg should be used to update the value of the corresponding model.
ValidationMsg is used to asynchronously validate form fields.