V
V
Vanes Ri_Lax2021-09-01 08:43:01
Java
Vanes Ri_Lax, 2021-09-01 08:43:01

How to make date selection restriction in vaadin 8?

Good afternoon!
I'm studying Vaadin, there is a dateField element, is it possible to somehow limit the selection of dates only until today, for example, that is, so that future dates cannot be selected.
What parameter is responsible for this?
Thank you very much in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuriy Vorobyov, 2021-09-01
@vanesxl

In theory, this can be done using the setRangeEnd property

dateField.setRangeStart(fromDate);
dateField.setRangeEnd(toDate);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question