accounts-react icon indicating copy to clipboard operation
accounts-react copied to clipboard

Edit fields functionality

Open rGiladi opened this issue 7 years ago • 0 comments

This functionality should help solve a scenario where you want to use one of the default fields but to change one of its properties.

I was thinking on a direction of providing the ability to edit the field's array directly. Another possibility is to take advantage of deepmerge's arrayMerge option and provide a simple algorithm that will merge arrays in a way the we can do something like

AccountsReact.editFields('signUp', [
  {
     _id: 'password',
     maxLength: 72
  }
])

rGiladi avatar Apr 22 '18 06:04 rGiladi