Users > Settings > User fields.
I have the latest b2evo installation. I have the demo content installed. When I edit any of the User fields and click the button to save the settings, I get the following message in the console "An invalid form control with name='ufdf_options' is not focusable."
In _userfield.form.php and lines 51 and 56 I tried to change the "display:none" property to "-webkit-appearance:none", but the Options field still appears.
After the Options field appears I am able to save my changes, but I am prompted to enter options in the Options field, which is required. I am not sure if I can change the "'required' => true" to false, but I have no idea what kind of options are required for the Options field. I was unable to find anything in the manual.
I would appreciate it if someone could provide a quick solution to this issue.
At first I thought there was something wrong with my installation so I opened the official demo installation on the b2evolution website and I encountered the same problem.
We'll check.