Announcements
Is there no way to change the appearance of a text input when the DisplayMode is View?
Hello @IPC_ahaas ,
Why yes, just use the code below in the input's property you want to change:
If(Self.DisplayMode = DisplayMode.View; //View mode; //Other mode )
Hope this was helpful to you.
I don't understand where to put this code. When a text field is in View mode, it has no border. I want to maintain the border color I specified under BorderColor.
Unfortunately, the border does disappear when switching to "View" mode.
However, there is one trick to keep the border's outline:
You can add a rectangle behind the input, and make it appear like the input's border.
Write the Stated code on DisplayMode
If(DisplayMode.View,BorderStyle.Solid, BorderStyle.None)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 846
Valantis 532
Haque 410