schatimo

Results 3 issues of schatimo

There is a bug with multi select fields when only one item is selected leading to an incorrect 422 error. E.g., when selecting only one item for the "Select Multiple"...

Solves https://github.com/pydantic/FastUI/issues/313. I refrained from implementing a general `Dropdown` component in bootstrap but instead have implemented a `Navbar` specific component for dropdowns, i.e., `LinkListDropdown`.