mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +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">
|
<Field className="mt-4">
|
||||||
<Label className="block text-sm font-medium text-gray-700">Vin Number</Label>
|
<Label className="block text-sm font-medium text-gray-700">Vin Number</Label>
|
||||||
<Input
|
<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"
|
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
|
autoFocus
|
||||||
{...field}
|
{...field}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user