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
It should be possible to map a value to a control that takes a value in the format of:
{startDate: '2023-04-01',endDate: '2023-05-01',}
Given HTML markup:
<!-- prefer this but not sure it will work due to case insensitive attribute names --><my-date-rangebind-startdate="/from" bind-enddate="/to"></my-date-range><!-- otherwise this might work --><my-date-rangebind="{ startDate: '/from', endDate: '/to' }"></my-date-range>
Given data:
It should be possible to map a value to a control that takes a value in the format of:
Given HTML markup:
And given a control binder of:
The text was updated successfully, but these errors were encountered: