feat(form stuff): added in a searchable dropdown and added to new forklifts

This commit is contained in:
2025-11-20 20:21:43 -06:00
parent 8c0f67ca35
commit b23bb0db31
6 changed files with 304 additions and 2 deletions

View File

@@ -226,9 +226,9 @@ export default function NewForklift({ setOpenDialog }: { setOpenDialog: any }) {
<form.AppField
name="leaseId"
children={(field) => (
<field.SelectField
<field.Searchable
label="Select Lease"
placeholder="Plant"
searchFor="Lease"
options={leaseMap}
/>
)}