Kevincosme / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

PromptingTextInput doesn't work with displayAsPassword #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set displayAsPassword = true on a PromptingTextInput
2. Set prompt = "Hello" on the PromptingTextInput

What is the expected output? What do you see instead?

Expect to see "Hello" as the prompt on the PromptingTextInput. Instead, it
shows "*****".

Original issue reported on code.google.com by joshtynj...@gmail.com on 20 Mar 2007 at 4:03

GoogleCodeExporter commented 8 years ago
Made the change in PromptingTextInput to allow displayAsPassword to work 
correctly.
Updated the example to include a password field.

Original comment by dmcc...@gmail.com on 21 Mar 2007 at 6:21

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 25 Dec 2007 at 2:25