Skip to content

Commit

Permalink
fix: [DX-1032] Fix password button visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Jan 22, 2024
1 parent ed0ac8d commit b337e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimus/lib/src/form/input_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ class _OptimusInputFieldState extends State<OptimusInputField>
widget.suffix != null ||
widget.trailing != null ||
widget.showLoader ||
widget.isPasswordField ||
_shouldShowClearAllButton ||
_shouldShowInlineError;

Expand Down

0 comments on commit b337e1c

Please sign in to comment.