Implement flight deletion

This commit is contained in:
april
2024-01-05 14:54:44 -06:00
parent 40108d1070
commit 654393bab8
6 changed files with 356 additions and 275 deletions

View File

@@ -37,7 +37,7 @@ export default function ListInput({
};
return (
<PillsInput label={label}>
<PillsInput label={label} description="Press enter or comma to add item">
<Pill.Group>
{(form.getTransformedValues()[field_key] as string[]).map(
(item: string) => (