-1
Good morning, I get from the database a vrFonte="x" with a value x, this value that comes to me will be the size of the input source, is it possible to make the field assume the size of this source that comes from the database? if yes, how ? Thank you
It worked, but the value is not changed pq by default the ion-input has a font-size ! Important, there is the option to take this Important or add one to this first example you sent ?
– Israel Goomes
Try to do:':
${this.vrFonte } !important
, or if the'px'
next to the value of the database use, 'font-size':${this.vrFonte }px !important
.– OtavioCapel
px does not come together, I added it to work though, when I put ! It’s not right
– Israel Goomes