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
This is indeed a bug, it should actually recognize that a state has been set by the developer and set the dirty proeprty correctly.
In the meantime, as a workaround, you can manually set the dirty property:
{key: "code",title: "Codes",type: "multiselect",placeholder: "Search codes",expanded: true,dirty: true,// set this! when we fix it, this should be set automaticallystate: {E10a2: true,},},
When setting the pre-set filters in the itemfilter in inline mode, the chips are not rendered, only the selection is when the filter is opened.
Update: It seems to work with the range filter.
The text was updated successfully, but these errors were encountered: