Label and hint text were only reflect once on load in the ready() lifecycle hook and questionNumber was only reflected on render. Now all three attributes are reflected into the dom in the reflect method which is the observer method for their properties, thus they will update dynamically if form developers reassign them.
Label and hint text were only reflect once on load in the ready() lifecycle hook and questionNumber was only reflected on render. Now all three attributes are reflected into the dom in the reflect method which is the observer method for their properties, thus they will update dynamically if form developers reassign them.