selectable output variable
This commit is contained in:
parent
daebfeb385
commit
842ce6acc9
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ class _FormulaScreenState extends State<FormulaScreen> {
|
|||
Expanded(
|
||||
child: TextFormField(
|
||||
readOnly: true,
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
controller: TextEditingController(text: _result),
|
||||
decoration: const InputDecoration(
|
||||
border: UnderlineInputBorder(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue