TLProperty.AllowInReadOnly [v16+]
Last updated
Last updated
Users that have ReadOnly access to certain modules (or tabs) are now presented with a true read-only experience for the standard controls (text inputs can't change but their text can be copied, buttons are disabled etc.), the main searchboxes for these modules are interactable.
By default all buttons and interactable elements are disabled if the ReadOnly right is detected - this is why we've also added the TLProperty.AllowInReadOnly attached property, that can be easily enabled from the XAML Designer, to opt-out certain controls from this behavior.
This property should generally be set to true when dealing with controls that have a role in filtering for data retrieval or that are display-only.