Is there a way to pass the search term to the component like: ` <DropdownTreeSelect searchTerm={'Some Name'} />` So the data list will be filtered based on the custom search text which component will receive as a prop.
Is there a way to pass the search term to the component like:
<DropdownTreeSelect searchTerm={'Some Name'} />So the data list will be filtered based on the custom search text which component will receive as a prop.