Good day,
I am working on a website where the user can simulate downtime of various equipment. A sidebar gives the user opportunity to specify the start and end date of the downtime.
Each date_input element requires a label, which is redundant and takes up a lot of space. Is it possible to render a date_input widget without using a label?