fix: lint warnings

This commit is contained in:
Tienson Qin
2023-10-08 19:13:17 +08:00
parent 7ed5b551d9
commit 307258343e
34 changed files with 168 additions and 209 deletions

View File

@@ -33,7 +33,7 @@
[:div.tip.flex
[:code.opacity-20.bg-transparent (:id result)]])]))
(rum/defcs select
(rum/defcs ^:large-vars/cleanup-todo select
"Provides a select dropdown powered by a fuzzy search. Takes the following options:
* :items - Vec of things to select from. Assumes a vec of maps with :value key by default. Required option
* :limit - Limit number of items to search. Default is 100