missing input type
This commit is contained in:
parent
9df2547ccf
commit
982fc51a97
@ -178,6 +178,7 @@ export function CreatePage({ onCreate, onBack }: Props): VNode {
|
||||
<InputWithAddon<Entity>
|
||||
name="pos_key"
|
||||
label={i18n.str`Point-of-sale key`}
|
||||
inputType={showKey ? "text" : "password"}
|
||||
help="Be sure to be very hard to guess or use the random generator"
|
||||
tooltip={i18n.str`Useful to validate the purchase`}
|
||||
fromStr={(v) => v.toUpperCase()}
|
||||
|
Loading…
Reference in New Issue
Block a user