element-plus/packages/components/select-v2
ashun 20bdf09ea4
fix(components): [select-v2] add null check to filter method (#8537) (#8538)
When options of select-v2 contain null value in their label
Filterable feature won't work and let the web page get stuck
I add null value protection to the method and let it return false
when label includes null
2022-07-08 21:07:27 +08:00
..
__tests__ refactor: add ts-nocheck and check all files (#8401) 2022-06-22 08:04:42 +08:00
src fix(components): [select-v2] add null check to filter method (#8537) (#8538) 2022-07-08 21:07:27 +08:00
style chore: enhance eslint rules (#6476) 2022-03-08 14:03:32 +08:00
index.ts refactor(utils): migrate utils (#5949) 2022-02-11 11:03:15 +08:00