You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ItStark the model supports any kind of type such as number | sting | array. Currently the array type was not defined in the props, so that it might throw the warring when set array value. That I will correct and push a new version.
And through the tooltipFormat you can achieve any custom value, here I have updated a simple demo:
Also regarding the options.value type, commonly we maintained the string type only for the value prop. Even what kind of type you passed, it will maintain the string type only. If still you want the value as array then you can get it through a computed property. Can you give more info about your requirement, so that I can suggest a better solution or if needed ll integrate with the source. Thanks...
As i saw, tooltip can't be formatted with array values.
I have an array like "arr[0, 24]" (v-model="arr")
i need to format it like "0 am - 12 pm", couldn't achieve this
by the way, in events, options.value should be an object, not a string
The text was updated successfully, but these errors were encountered: