tbxVIN: capitalize letters
This commit is contained in:
parent
04b7def049
commit
d195530b15
@ -458,6 +458,11 @@ const props: Partial<ElementsProps> = {
|
||||
precision: 4,
|
||||
formatter: createFormatter({ minimumFractionDigits: 4, maximumFractionDigits: 4 }),
|
||||
},
|
||||
tbxVIN: {
|
||||
onInput: (e) => {
|
||||
e.currentTarget.value = e.currentTarget.value.toUpperCase();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default props;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user