password check before email change, blindMasterMainInput use for all text inputs

This commit is contained in:
2026-01-08 21:32:12 -06:00
parent 75c81e3127
commit 4e7e8661e5
8 changed files with 386 additions and 195 deletions

View File

@@ -211,12 +211,9 @@ class _DeviceScreenState extends State<DeviceScreen> {
content: Column(
mainAxisSize: MainAxisSize.min, // Keep column compact
children: <Widget>[
TextFormField(
BlindMasterInput(
'Peripheral Name',
controller: _newPeripheralNameController,
decoration: const InputDecoration(
labelText: 'Peripheral Name',
border: OutlineInputBorder(),
),
),
const SizedBox(height: 20),
DropdownButtonFormField<int>(