New-UDTextbox Date Type

avatar
(anonymous user)
Product: PowerShell Universal
Version: 4.2.1


The New-UDTextbox with a Type parameter set to date only shows mm/dd/yyyy for an assigned value but it appears a valid entry is there when entering and then exiting the field. The toast message indicates the value.

Am I missing something?

New-UDDashboard -Title "Test Dashboard" -Content {
    New-UDTextbox -Value '1/1/1970' -Type date -OnBlur {Show-UDToast $body}
}


a329f9d6bb0dc4b10acb9059739f86c613b99186

a329f9d6bb0dc4b10acb9059739f86c613b99186.jpeg

All Comments (0)