You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
mongulID
changed the title
New-udinput field Java applet for Time Minute does not set
New-udinput field Java applet for Time Minute does not release mouse control or set value
May 19, 2020
ew-udinput -Title "Select Date" -Content{
} -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.
The text was updated successfully, but these errors were encountered: