mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 19:11:29 +03:00
remove counter https://stackoverflow.com/questions/51893926/how-can-i-hide-letter-counter-from-bottom-of-textfield-in-flutter
This commit is contained in:
@@ -184,6 +184,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||||||
cursorColor:
|
cursorColor:
|
||||||
Theme.of(context).textTheme.titleLarge?.color,
|
Theme.of(context).textTheme.titleLarge?.color,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
|
counterText: '',
|
||||||
hintText: _idInputFocused.value
|
hintText: _idInputFocused.value
|
||||||
? null
|
? null
|
||||||
: translate('Enter Remote ID'),
|
: translate('Enter Remote ID'),
|
||||||
|
|||||||
Reference in New Issue
Block a user