Good design to express a minimum and a maximum
Hello,
i am currently developing an app, and i have a column in this app that needs to show that you must have a minimum of 5 entries per day, but also a maximum of 10 per day.
So to express a maximum a minimum/maximum it would be easy, i could just display "x/10" with a little "?" that explains "You shouldn't enter more than 10 entires in one day", but having to display both a minimum and a maximum at the same time, i have to admit that i have no clue on how to do it.
Any idea ?