feat(web/select): searchable option (#513)

This commit is contained in:
Lily
2024-03-10 06:06:11 -07:00
committed by GitHub
parent 669dc5ae87
commit 71b30b928d
4 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ local input
---@field format? string
---@field returnString? boolean
---@field clearable? boolean
---@field searchable? boolean
---@field description? string
---@class InputDialogOptionsProps