chore: fallback selection

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 051d9421b0
commit 04c25ab0f7
9 changed files with 114 additions and 53 deletions
+1
View File
@@ -48,6 +48,7 @@ const BaseSelect: React.FC<
notFoundContent={
<NotFoundContent loading={loading} notFoundContent={notFoundContent} />
}
placeholder={props.placeholder}
ref={inputRef}
onFocus={handleFocus}
onBlur={handleBlur}