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
If DataSearch is rendered in a Layer nested in another form in the React Tree (such as a scenario where Data is rendered within a wizard form), it always has a form label and doesn't filter data properly. It seems there's an error with the noForm condition.
Expected behavior would be that DataSearch only renders with label when it's inside a DataForm specifically.