|
@@ -709,7 +709,13 @@ function MyLPPageContent() {
|
|
|
placeholder="选择 LP Token"
|
|
placeholder="选择 LP Token"
|
|
|
style={{ width: 200 }}
|
|
style={{ width: 200 }}
|
|
|
allowClear
|
|
allowClear
|
|
|
- showSearch
|
|
|
|
|
|
|
+ showSearch={{
|
|
|
|
|
+ filterOption: (input, option) => {
|
|
|
|
|
+ return (option?.label ?? '')
|
|
|
|
|
+ .toLowerCase()
|
|
|
|
|
+ .includes(input.toLowerCase())
|
|
|
|
|
+ },
|
|
|
|
|
+ }}
|
|
|
options={mintList.map((mint) => ({
|
|
options={mintList.map((mint) => ({
|
|
|
label: mint.symbol,
|
|
label: mint.symbol,
|
|
|
value: mint.address,
|
|
value: mint.address,
|