Timepicker - What am I doing wrong?

Trying to use the timepicker. When I click in the input field, all I get is the calendar.
Code:

<div class="form-group row">
					<label for="appointmentime" class="col-sm-2 col-form-label">Enter a Time</label>
					<div class="col-sm-10">
						<input type="text" class="form-control" id="appointmentime" name="appointmentime" aria-describedby="input1_help" placeholder="" is="dmx-date-picker" format="LTS" showdropdowns>
					</div>
				</div>

And in App Connect:

And in the browser:
image

Thanks,
Chris

You’ll need this…

Where is this at?

Scroll down in properties

I don’t see anything there… Maybe I am choosing the wrong component?

Try using this for the input

<input id="date1" name="date1" is="dmx-date-picker">

Nope, still no Time checkbox..

Actually we solved this long time ago, but probably you have an old version of the extension still installed. So you need to refresh the installed extensions.

On the Mac you can do so by:

  1. first fully close Wappler - from the tray above - right click quit
  2. From Finder choose Go to ~/Library/Application Support/Wappler
    and delete the sub folder Configuration
  3. start Wappler

I’m on Windows.

Then the folder you have to delete is:

C:\Users\YOUR_USERNAME\AppData\Local\Wappler\Configuration

That did it!

1 Like