1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Set default getOptionIcon prop to avoid crash when using core select, like in client apps

This commit is contained in:
Andrew Kingston 2021-07-21 14:35:37 +01:00
parent e02f4c839e
commit c48300b159

View file

@ -10,7 +10,7 @@
export let options = []
export let getOptionLabel = option => option
export let getOptionValue = option => option
export let getOptionIcon = null
export let getOptionIcon = () => null
export let readonly = false
export let quiet = false
export let autoWidth = false