Icon in buttons for information and confirmation messages and dollar sign in text boxes, default way???

0
Hi experts. I had to use css to add icons in buttons for information and confirmation messages. I customized the modal and buttons.   I created a microflow to retrieve a kpi from the database(non-persistent entity), but I did not find a default way to add a dollar sign in a text box, inside (connected to the database), so I decided to add a dollar sign using css.   is there a default way to add a dollar sign to text boxes (read only, connected to database) and icons to  buttons in confirmation messages.??????   Thanks.  
asked
2 answers
1

I think the only option for the buttons would be the css route taken.

For the dollar sign in a read-only text box, I’d use a text widget instead. This allows you to set the text like ${1} where the {1} refers to the value selected. See https://docs.mendix.com/refguide/text

answered
0

Thank you Erwin for your answer, I will try the solution for $.

answered