The HTML elements have text and innerHTML which correspond to the HTML element properties.
I’m not sure what the logic of the basic components is. > On Apr 4, 2019, at 3:18 PM, Kessler CTR Mark J > <[email protected]> wrote: > > The "text" property is probably just for compatibility with the flex > components if we are talking about things like "TextInput". Is the "text" > property just syntax sugar / wrapping for the html property? > > > -Mark K > > > -----Original Message----- > From: Carlos Rovira [mailto:[email protected]] > Sent: Thursday, April 4, 2019 4:59 AM > To: [email protected] > Subject: [Non-DoD Source] text vs html > > Hi > > in many components we have properties "text" and "html", and I was trying > to figure what we need this duplicate currently. > My bet is that just html (or text with html tags support) will be > sufficient. > Is there any need to have this double property, it seems to me not PAYG and > html supports text with more things, so not reason for this, at least that > I know > > thanks > > -- > Carlos Rovira > http://about.me/carlosrovira
