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
We are using autocomplete component to search user by email address. It is working fine on creation of the content.
When we are editing the content, We should be able to display the current user(email address) in the autocomplete field when page loads. But we are unable to do it.
Could you please help us to do this.
Thanks
The text was updated successfully, but these errors were encountered:
Did you ever find a solution to this? Facing a similar issue. We are able to use inputSearchString to show the value, but it also opens the autocomplete dropdown
Did you ever find a solution to this? Facing a similar issue. We are able to use inputSearchString to show the value, but it also opens the autocomplete dropdown
Not perfect, but i used the placeholder property instead and if theres no value, fallback to the real placeholder text(in my case Search...)
Team,
We are using autocomplete component to search user by email address. It is working fine on creation of the content.
When we are editing the content, We should be able to display the current user(email address) in the autocomplete field when page loads. But we are unable to do it.
Could you please help us to do this.
Thanks
The text was updated successfully, but these errors were encountered: