Can
<selectPrimeNumbers name="const" minValue="7" maxValue="100" numToSelect="4"/>
be changed to
<selectPrimeNumbers name="const" from="7" to="100" numToSelect="4"/>
to align with the behavior of other select components? I understand the reasoning behind it, but it is another hurdle for new authors.