pnp / powerapps-designtoolkit

This toolkit is a curated repo of Power Apps UI Guidance and Components that you can plug and play into your apps to transform your design.
MIT License
169 stars 46 forks source link

Reset Text Input #13

Closed iamneaz closed 1 year ago

iamneaz commented 1 year ago

How can I reset the text value of a text input with its default value?

geoffroff commented 1 year ago

You should just reset the MD component on screen.

Reset(cmp_MD_Textinput_1)
PowerRobin commented 1 year ago

Could reproduce, but not reliably fix the error. Seems to be a PowerApps issue 🤔