How to make content inside TransformComponent editable using contenteditable="true"
vivekcontentstack opened this issue · 2 comments
vivekcontentstack commented
Here,
iam trying to build a UI where user can edit the content on the screen itself, this will able the user to see the live changes can zoom pinch and create multiple content blocks/canvas write in the screen
i have tried using react-contenteditable
inside TransformComponent but its not able to edit how do i achieve this
any help would be appreciated.... Thanks
R3D347HR4Y commented
Same problem here, cannot interact with contenteditable text fields inside a TransformComponent
Really a big problem in our case
bilawal-cyber commented
The user-select is disabled in this library. can't enable even in inspect element