Skip to content

Commit

Permalink
Revert "reserve bottom space for error message (#3446)"
Browse files Browse the repository at this point in the history
This reverts commit d405d0d.
  • Loading branch information
falkoschindler committed Aug 6, 2024
1 parent d405d0d commit 277ada6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nicegui/elements/mixins/validation_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def __init__(self, validation: Optional[Union[Callable[..., Optional[str]], Dict
self._auto_validation = True
self._error: Optional[str] = None
super().__init__(**kwargs)
self._props['error'] = False # NOTE: reserve bottom space for error message

@property
def error(self) -> Optional[str]:
Expand Down

0 comments on commit 277ada6

Please sign in to comment.