mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
fix: change vin input field to text
Signed-off-by: jrphilo <james.philo@me.com>
This commit is contained in:
parent
67e608ce53
commit
63a54ed381
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user