joomla 3.5.1 (isi template on backend)
CB 2.0.14
CB Conditional 4.0.7
parameters backend enable
reset enable
I have two required field in registration form, FIELD A with values yes/no (radio button) and FIELD B (text field), on field B i have cb conditional (field conditional self) if field A is equal to 'yes' then show. And its work on registration and user profile edit but not in user manager profile edit. For example if user choose ' no' in field A (field B is hidden) and i need to change it, in user manager I choose 'yes', field B is displayed i enter some text i save profile, field A i checked as 'yes' but nothing is saved in field B, i need to enter text second time and then save profile another time, then is ok (save profile twice), in the opposite direction if user choose ' yes' in field A (field B is displayed) and i want to change it to 'no' and hide field B and save profile a got error message that field B is required.
I disabled all plugins except core and cb conditional, reinstal conditional and nothing helps, i dont have 3 part component (except akeeba backup) and when i checked console i dont have any errors or js conflict.