hi, when the user writes a message (let's imagine he is writing an email so to speak) he has the option of writing that message in bold or italics.
I would like to be able to do the same thing on my reactive app.
How can I add these two values that the user can select independently?
Thank you
Hi @Sabrina Avolio ,
You can achieve that by using some Forge assets, such as:
Hope this was helpful.
DC
Hi Sabrina,
A standard input box does not have the possibility of formatting text. If you want to provide an input box that allows the user to select text formatting like on this forum, you indeed (as Diogo posted) need to resort to JavaScript-driven editors like CKEditor, which are available in the Forge. Note that some of these editors are paid (the Forge asset is free, but you need to pay for a licence if you are going to use it commercially).