New-UDTextBox Doesn't Allow a Single Character "Value" to be Deleted

Product: PowerShell Universal
Version: 4.1.4

When we do this:

New-UDTextbox -Value 'A'

The only way for a user to remove the A is to add one or more additional characters; they cannot remove the A and “clear” the textbox until they add something else to it first.

However, when we do this:

New-UDTextbox -Value 'AB'

The A and the B can be deleted from the textbox by the user without adding additional input.

Our use case here is we are using a textbox for a middle initial and want to allow our users to delete the middle initial, but they think that they can’t.

@Support :pray: :heart:

Added issue to github here: New-UDTextBox Doesn’t Allow a Single Character “Value” to be Deleted · Issue #2800 · ironmansoftware/issues (github.com)