🔥 3-day streak
Microsoft Power Platform Developer92 / 140
Question 92 of 140
You are building a PCF field component that renders a numeric slider bound to a Dataverse field. The component also exposes an input property named 'maxValue' that controls the slider's upper bound. Rebuilding the slider control is expensive, so you only want to recreate it when 'maxValue' changes, not on every framework callback. Inside the updateView method, how should you determine whether 'maxValue' changed since the last call?
Reviewed for accuracy · Report an issueNext question