gabrieldonadel / rn-material-ui-textfield

Material UI textfield
https://www.npmjs.com/package/rn-material-ui-textfield
Other
37 stars 31 forks source link

Inject props to label component #86

Open Brunowilliang opened 1 year ago

Brunowilliang commented 1 year ago

Hi guys, I'm trying to pass the "allowFontScaling" in the label and I'm not getting the result, can anyone help me?

labelTextStyle={{
  allowFontScaling: false,
  fontFamily: fonts.medium,
  color: colors.grey400,
  lineHeight: 18,
}}
Brunowilliang commented 1 year ago

can anyone help me? pleseeeee?

gabrieldonadel commented 1 year ago

Hi there, Regarding your question about applying allowFontScaling only to the label, unfortunately, it is not currently possible to do so. However, we appreciate your interest in this feature and would welcome any pull requests that implement it.