Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 22f82fb

Browse files
authored
feat: themed search box border for all its states (#44)
1 parent 57284e5 commit 22f82fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/src/autocomplete_search.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ class AutoCompleteSearchState extends State<AutoCompleteSearch> {
126126
decoration: InputDecoration(
127127
hintText: widget.hintText,
128128
border: InputBorder.none,
129+
errorBorder: InputBorder.none,
130+
enabledBorder: InputBorder.none,
131+
focusedBorder: InputBorder.none,
132+
disabledBorder: InputBorder.none,
133+
focusedErrorBorder: InputBorder.none,
129134
isDense: true,
130135
contentPadding: widget.contentPadding,
131136
),

0 commit comments

Comments
 (0)