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

Date Picker flashes when trying to input data. #743

Closed
adamdriscoll opened this issue Apr 11, 2019 · 5 comments
Closed

Date Picker flashes when trying to input data. #743

adamdriscoll opened this issue Apr 11, 2019 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@adamdriscoll
Copy link
Member

Hey @adam, noticed this since upgrading to UD 2.3.2 ENT, the date picker now flashes and doesn’t allow users to select a data.

Sample code:

$Dash = New-UDDashboard -Title "Test Dash..." -Content {

New-UDInput -Title "Select Range (DAY/MONTH/YEAR)" -Id "DateForm" -Content {
    New-UDInputField -Type 'date' -Name 'DateFrom' -Placeholder 'FROM:' -DefaultValue "01-01-2019"
    New-UDInputField -Type 'date' -Name 'DateTo' -Placeholder 'TO:'-DefaultValue "01-02-2019"

} -Endpoint {
    param(
        $DateFrom,
        $DateTo
    )

}

} 

Start-UDDashboard -Port 8091 -Dashboard $Dash
@adamdriscoll adamdriscoll added the bug Something isn't working label Apr 11, 2019
@adamdriscoll
Copy link
Member Author

Annnndddd it happens on the materialize site too: http://archives.materializecss.com/0.100.2/forms.html

adamdriscoll added a commit that referenced this issue Apr 12, 2019
@adamdriscoll adamdriscoll added this to the 2.4 milestone Apr 13, 2019
adamdriscoll added a commit that referenced this issue Apr 13, 2019
* Fixes #743 - Also, JS maps.

* Implements #720

* Implements #669

* Fixes #558

* Adds #483
@dtnyc9005
Copy link

dtnyc9005 commented Apr 13, 2019 via email

@adamdriscoll
Copy link
Member Author

adamdriscoll commented Apr 13, 2019 via email

@dtnyc9005
Copy link

dtnyc9005 commented Apr 13, 2019 via email

@TheFitITGuy
Copy link

TheFitITGuy commented Apr 23, 2019

Hi Adam,

I downloaded the pre-release (Version 2.4.0) and I'm still getting the calendar flickering. Is this issue going to be reopened?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants