Description
Can we change the adding a new vender to just be an option when no other vendors come up (instead of no options it says add option and adds the option) instead of a whole new box to input with a button
Acceptance Criteria
When creating/editing a reimbursement request, the user should be able to create a vendor directly in the drop down menu, rather than needing to go through the create vendor button.
Proposed Solution
Update the code for the vendors drop down menu in ReimbursementFormView.tsx to accept any vendor name. If the vendor name does not already exist, display an option like 'Create "vendor name"' in the dropdown. When selected it should create a new vendor.
Mocks
No response
Description
Can we change the adding a new vender to just be an option when no other vendors come up (instead of no options it says add option and adds the option) instead of a whole new box to input with a button
Acceptance Criteria
When creating/editing a reimbursement request, the user should be able to create a vendor directly in the drop down menu, rather than needing to go through the create vendor button.
Proposed Solution
Update the code for the vendors drop down menu in ReimbursementFormView.tsx to accept any vendor name. If the vendor name does not already exist, display an option like 'Create "vendor name"' in the dropdown. When selected it should create a new vendor.
Mocks
No response