How to highlight specific words in q-input
-
I’m working on a multi box similar to facebook’s post creator. The box has the ability to parse out links and hashtags. For UX purposes, is there an easy way to highlight specific strings within q-input?
Current UX:
Desired UX:
-
You can use prosemirror/tiptap with Quasar integration:
-
@qyloxe ideally there’s an easy way to do this without adding another package…
-
@coopersamuel I don’t think you can, since q-input uses a native input internally.