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
When no options are present in dropdown , we need to get a panel with message 'No results found' which should not be clickable. Following are the two scenarios
1.If filter={false} passed to dropdown no options will be present in that dropdown ,so we need to get a panel with message 'No results found'.
2. By passing filter={true} to dropdown incase no options were present in the dropdown we need to get the panel with same message.
3.We also need to get a loader for the panel,when it takes some time to bind response data to the dropdown.
Thanks in Advance
The text was updated successfully, but these errors were encountered:
When no options are present in dropdown , we need to get a panel with message 'No results found' which should not be clickable. Following are the two scenarios
1.If filter={false} passed to dropdown no options will be present in that dropdown ,so we need to get a panel with message 'No results found'.
2. By passing filter={true} to dropdown incase no options were present in the dropdown we need to get the panel with same message.
3.We also need to get a loader for the panel,when it takes some time to bind response data to the dropdown.
Thanks in Advance
The text was updated successfully, but these errors were encountered: