Hi,
i have just noticed that for View object attributes (or Entities attributes) that are numbers(Integer,BigInteger,BigDecimal) a default table filter doesn't checks if the entered value is a number.
After entering a string of letters in a filter and hitting enter application stops and a "Invalid number" shows in a popup.
I know that this issue could be easily solved by adding a new InputText into Column filter facet and adding a converter for that InputText but in a big application like ours we would try to avoid this.
I am surprised that this even happens, i mean if a attribute is a Number that means no letters should be entered.
Also, if we supply a converter (On entity attribute or ViewObject attribute) why isn't it automatically added to filter component?
Is there a easy solution to this?
Anodyne also noticed this bug?
Thanks,
JDev: 12.2.1.2.0
Robert