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>
|
<InputWithAddon<Entity>
|
||||||
name="pos_key"
|
name="pos_key"
|
||||||
label={i18n.str`Point-of-sale 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"
|
help="Be sure to be very hard to guess or use the random generator"
|
||||||
tooltip={i18n.str`Useful to validate the purchase`}
|
tooltip={i18n.str`Useful to validate the purchase`}
|
||||||
fromStr={(v) => v.toUpperCase()}
|
fromStr={(v) => v.toUpperCase()}
|
||||||
|
Loading…
Reference in New Issue
Block a user