Add :password as an input option. When true a password text box (form input type='password') is used which echos '*' characters instead of the typed text. This option only takes effect when :multiline is false.
The :value input option was not saving the initial setting to the DeferredValue object. Fixed.
Added a new sample (Password) to tests/samples.rb that demonstrates both of these changes.
Added a new sample (Password) to tests/samples.rb that demonstrates both of these changes.