You are viewing limited content. For full access, please sign in.

Question

Question

Turn off time picker

asked on June 28, 2018

Is there a way to turn off the time picker on a time field?

My form has time fields, but some users get confused by the suggestions and think they can only choose whole hours. I'd like to just turn off the suggestions, as replacing the field with a single line won't use the existing variable.

Laserfiche Forms Professional Version 10.2.1.246

0 0

Answer

SELECTED ANSWER
replied on June 28, 2018

Hi Scott,

One option would be to hide the time picker dropdown using CSS. For example, the snippet below will keep the time picker dropdown from appearing for any time field on your form. Users will still be able to enter values into the field, but they won't see a dropdown of time options.

.ui-timepicker-wrapper {display:none !important;}
1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.