Description
when filtering a layer on a numeric attribute, if the attribute is a float, one can enter a decimal value (eg 0.01) but ms2 will display the rounded value when exiting the value field. Filtering is properly applied though.
How to reproduce

Expected Result
when validating the value, decimals should still be shown
Current Result
decimals are hidden in the UI but the filter seems correctly applied, eg the WFS query has <ogc:Literal>0.01</ogc:Literal>
Description
when filtering a layer on a numeric attribute, if the attribute is a float, one can enter a decimal value (eg
0.01) but ms2 will display the rounded value when exiting the value field. Filtering is properly applied though.How to reproduce
Expected Result
when validating the value, decimals should still be shown
Current Result
decimals are hidden in the UI but the filter seems correctly applied, eg the WFS query has
<ogc:Literal>0.01</ogc:Literal>