- In a canvas app, add two modern number input controls.
- Set one of them to DisplayMode.View, leave the other on the default (Enabled)
- Add a button to update a context variable to some number (can use anything)
- Add another button to update the context variable to a different number
- Add a final button to update the context variable to null - set to Blank()
- Click around on the buttons and observe the difference in behavior when going from any value to the null value, as opposed to going from any value to any other value.
- Both number inputs should follow the value of the context variable regardless of what display mode they are in
- The input in Edit mode behaves as expected.
- The input in View mode will not clear when its value changes to null, instead, it still displays the last value it held.
- Accessing the value property from outside the control works as expected, i.e. it shows a null value

Report
All responses (
Answers (