Customised url input
#1417
-
Hi, how can I create url input field as on picture instead of prompt? |
Beta Was this translation helpful? Give feedback.
Answered by
dylans
Mar 4, 2022
Replies: 1 comment 1 reply
-
Create a custom component or element to extend the link plugin, customize the toolbar interaction, add various event handlers for closing it, etc. We do something similar in our app, but I would say it's highly dependent on which approach you take to components (e.g. which library you use), which is why the Plate version is fairly simple. Everyone has a different preferred approach to CSS and components. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zbeyens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a custom component or element to extend the link plugin, customize the toolbar interaction, add various event handlers for closing it, etc. We do something similar in our app, but I would say it's highly dependent on which approach you take to components (e.g. which library you use), which is why the Plate version is fairly simple. Everyone has a different preferred approach to CSS and components.