mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
remove numeric restriction on cc number field (#1617)
This commit is contained in:
committed by
Matt Portune
parent
a2bb490fc4
commit
19658da65a
@@ -239,7 +239,6 @@
|
|||||||
StyleClass="box-value"
|
StyleClass="box-value"
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Keyboard="Numeric"
|
|
||||||
IsPassword="{Binding ShowCardNumber, Converter={StaticResource inverseBool}}"
|
IsPassword="{Binding ShowCardNumber, Converter={StaticResource inverseBool}}"
|
||||||
IsSpellCheckEnabled="False"
|
IsSpellCheckEnabled="False"
|
||||||
IsTextPredictionEnabled="False" />
|
IsTextPredictionEnabled="False" />
|
||||||
|
|||||||
Reference in New Issue
Block a user