Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mongulID opened this issue May 12, 2020 · 3 comments

Comments

@mongulID
Copy link

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

@mongulID
Copy link
Author

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.

@mongulID
Copy link
Author

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

@mongulID 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
@mongulID
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant