fix: change vin input field to text

Signed-off-by: jrphilo <james.philo@me.com>
This commit is contained in:
jrphilo 2024-07-10 18:05:17 +02:00
parent 67e608ce53
commit 63a54ed381
No known key found for this signature in database
GPG Key ID: A8BAD7933F97046F

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}