pub fn render_form(
f: &mut Frame<'_>,
area: Rect,
state: &FormState,
theme: &Theme,
)Expand description
Render the form inside area.
Each field takes up to 3 rows:
Label [*]: <input>- Description hint (only when focused, in
Theme::hint) - Blank separator
The caller is responsible for wrapping this in a crate::popup::centered_popup
crate::block::popup_block— no outer border is drawn here.