Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,I have a decimal database field. I need following input possibilies :100.000 (no, saves 100) 100.000,00 (no, saves empty)100000,00 (ok)100000 (ok)The tausender point seperator dont work on the "edit" and "add" page. On the view page its shown correct like 100.000
Don´t use the HTML5 input type "number", since that does not allow the German number notation in most browsers:https://caniuse.com/#search=input%20numberSee "known issues" there.