Skip to content

Commit dc9353b

Browse files
committed
fix searchable select bug
In forms with a searchable select dropdown, the search field now resets itself after an item is selected, to let the user easily select another item. Fixes #706
1 parent b29899e commit dc9353b

File tree

3 files changed

+55
-50
lines changed

3 files changed

+55
-50
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- Improved handling of very large form submissions
5151
- The was a fixed 16kB limit on the size of form submissions.
5252
- The size is now limited by the `max_uploaded_file_size` configuration option, which defaults to 5MB.
53-
-
53+
- In forms with a searchable select dropdown, the search field now resets itself after an item is selected, to let the user easily select another item. Fixes https://github.com/sqlpage/SQLPage/issues/706
5454

5555
## 0.30.1 (2024-10-31)
5656
- fix a bug where table sorting would break if table search was not also enabled.

Cargo.lock

+48-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)