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
Hello, I'm having trouble changing the content from a user action within the content itself. I am creating an input similar to facebook, that when the user informs a url, the system obtains the page's meta tags and a card is created as in the image below. However, by clicking on the "x" on the card I would like it to be removed, but I can't change the text.current anymore. Does anyone have any idea how to solve? Follow my code
You can use innerRef to get a reference to the editable DOM element. But in my opinion, your ssmart card should not be part of the contenteditable element.
@lovasoa
i Have similar query
I want to change the content with events based on conditions .
i am able to alter text.current but the same is not rendered in the UI.
@lovasoa i Have similar query I want to change the content with events based on conditions . i am able to alter text.current but the same is not rendered in the UI.
Hello, I'm having trouble changing the content from a user action within the content itself. I am creating an input similar to facebook, that when the user informs a url, the system obtains the page's meta tags and a card is created as in the image below. However, by clicking on the "x" on the card I would like it to be removed, but I can't change the text.current anymore. Does anyone have any idea how to solve? Follow my code
The text was updated successfully, but these errors were encountered: