v1.1.4
Fix
New
- #119 customLabel now works on primitive options
Technically it’s not a breaking change but...
If you start seeing [object Object]
instead of labels read this:
Previously (for objects list) if label
prop was not present, the label calculating method was using option.label
as a fallback for creating labels. This is no longer true. This behavior was not documented. If your options are objects, make sure you pass the correct label
prop as stated in the docs!