Anyone have any issues with this change? I think it makes the range validators a bit more useful, since I can do something like this to ensure that the user enters a positive value (my use case is a currency amount):
<text:FloatRangeValidator minValue="0"/>