Merge pull request #11 from Car-Part-Planet/feat/alphanumeric-vin

fix: change vin input field to text
This commit is contained in:
jrphilo 2024-07-10 18:16:28 +02:00 committed by GitHub
commit ec20bb445c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ const VehicleDetails = ({ control }: VehicleDetailsProps) => {
<Field className="mt-4">
<Label className="block text-sm font-medium text-gray-700">Vin Number</Label>
<Input
type="number"
type="text"
className="mt-1 block w-full rounded-md border-gray-300 text-dark shadow-sm focus:outline-none data-[focus]:border-primary/50 data-[focus]:ring-primary/50 sm:text-sm"
autoFocus
{...field}