Hello. I would like the user to enter/see 45.67% (or maybe just 45.67) but have the system store 0.4567 in the database. Would you recommend using a custom datatype for this? Or is there an better/easier way?
I always considered storing percentages as decimals as standard practice. I was surprised I could not find a Vaadin component to handle it…