ironmansoftware / universal-dashboard

Build beautiful websites with PowerShell.

Home Page:https://universaldashboard.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New-udinput field Java applet for Time Minute does not release mouse control or set value

mongulID opened this issue · comments

ew-udinput -Title "Select Date" -Content{

New-UDInputField -Name "Date_From" -Type date -Placeholder 'Start-Date:'
New-UDInputField -Name 'Start_Time' -Type time -Placeholder 'Start-Time'

} -EndPoint {
param($Startdate,$starttime)
Both on my attempt here and on your example page when you click the Hour it then changes to the minute . However you are unable to click on the minute as it does not release mouse control or set the minute.

image

on Windows 10 with Chrome Version 81.0.4044.138 (Official Build) (64-bit). only able to set time to the hour of my choice and the minute would be whatever is in line with the ok button. 23 or 25.

image

Even though 40 is clicked it does not action a event to select it when you click on it you can only click something inline with the ok button.

image

image