We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d068bd commit 7463f54Copy full SHA for 7463f54
lib/Components/settings_text_field.dart
@@ -39,7 +39,7 @@ class _SettingsTextFieldState extends State<SettingsTextField> {
39
color: ThemeProvider.theme.textTheme.bodyText1?.color,
40
),
41
keyboardType:
42
- (!widget.isText) ? TextInputType.text : TextInputType.number,
+ (widget.isText) ? TextInputType.text : TextInputType.number,
43
decoration: InputDecoration(
44
floatingLabelBehavior: FloatingLabelBehavior.always,
45
filled: true,
0 commit comments