trivalleycoders-org / events-client

Display any type of event. Link to your ticketing/registration site
MIT License
2 stars 6 forks source link

Change Pasword/Settings has not edit boxes #129

Closed klequis closed 6 years ago

klequis commented 6 years ago
  1. Log in
  2. Click on account icon and then Settings

Result: there are no edit boxes for typing in and confirming the new password.

klequis commented 6 years ago

This is a know issue introduced by a change in . When using TextFieldRedux in edit mode you must must set enableEdit=true. This has not been done for Change Password.

See for examples of how TextFieldRedux is used.