Resolves #109 No static width for inputs
This commit is contained in:
@ -53,8 +53,8 @@ class _TextEntityWidgetState extends _EntityWidgetState {
|
||||
_tmpValue = widget.entity.state;
|
||||
}
|
||||
if (this.isTextField || this.isPasswordField) {
|
||||
return Container(
|
||||
width: Entity.INPUT_WIDTH,
|
||||
return Expanded(
|
||||
//width: Entity.INPUT_WIDTH,
|
||||
child: TextField(
|
||||
focusNode: _focusNode,
|
||||
obscureText: this.isPasswordField,
|
||||
|
Reference in New Issue
Block a user