cambridgeweblab / common-ui

A collection of common web components
MIT License
2 stars 2 forks source link

ca-input-array divisibleBy should be treated as a decimal number #101

Open tapina opened 6 years ago

tapina commented 6 years ago

Instead, it is being treated as an int. This can be seen clearly in the example which has validation errors due to the input fields having divisibleBy = 0 (propagated as an int from 0.5 on the parent).