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
Go into the link
interface expects the number, string or boolean
What is expected?
if we create a date-range-filter with RangePicker we wanna save an array of strings or dayjs Objects into a filter value
What is actually happening?
ts-error - value should be number, string or boolean
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
value in onFilter expect string | number | boolean but it can get array
value in onFilter expect string | number | boolean but it can get array
Dec 30, 2021
Djaangoo
changed the title
value in onFilter expect string | number | boolean but it can get array
value in onFilter expect string | number | boolean
Dec 30, 2021
Version
3.0.0-beta.4
Environment
Chrome
Reproduction link
https://github.com/vueComponent/ant-design-vue/blob/next/components/table/interface.tsx#L111
Steps to reproduce
What is expected?
if we create a date-range-filter with RangePicker we wanna save an array of strings or dayjs Objects into a filter value
What is actually happening?
ts-error - value should be number, string or boolean
The text was updated successfully, but these errors were encountered: