Hi Experts,
How to show unsaved field in forms
when user edits a blank text input field
Solved! Go to Solution.
OK, for a new form with blank fields you can add this to the border colour: 'If(IsBlank(Self.Text), DimGrey, Blue)'
.. and just interchange your colours accordingly to suit your preference
Reza Dorrani has an excellent video on this which covers the scenario of flagging that the form is unsaved as well as highlighting fields that have been changed.
Power Apps Forms - Updates, Unsaved & Submit Confirmation - YouTube
Already seen the video
I need to know how to know for textinput
as when the user click on to edit the form
textinput will be blank
once he enters something then it should change the border color
please advise how to handle a blank or empty textinput condition
OK, for a new form with blank fields you can add this to the border colour: 'If(IsBlank(Self.Text), DimGrey, Blue)'
.. and just interchange your colours accordingly to suit your preference
User | Count |
---|---|
257 | |
107 | |
90 | |
51 | |
44 |