-
-
Notifications
You must be signed in to change notification settings - Fork 93
Description
I suggest displaying the default expiry value as text next to the default button, or alternatively, preselecting the default value.
Based on my code analysis, the default value appears to be identical to the configured maximum value.
I implemented a frontend workaround that appends the text from the last element of the select list to the default label.
You can view the result in the following image:

Additionally, it might be beneficial to include an option in the specification for defining the default value. For instance, we could specify the shortest available period as the default while still allowing manual selection of longer expiry periods.
Please note that my current implementation is a temporary JavaScript solution, so no pull request is attached to this request. If time permits, I am considering submitting one in the future 😄.