51
Views
2
Comments
BOLD and ITALIC
Question

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

2022-11-25 09-50-05
Diogo Carvalho

Hi @Sabrina Avolio ,

You can achieve that by using some Forge assets, such as:

Hope this was helpful.

DC

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

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).

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.