🐛 | Configuration Read-only mode | Admin Page `admin/config/services/jsonapi` is not loading in test environment
🇮🇳India manoj selvan
manoj selvan → created an issue.
🇮🇳India manoj selvan
$form['field_some_checkbox']['widget']['value']['#states'] = [
'unchecked' => ['select[name="field_some_select"]' => ['value' => 'a-specific-value']],
];
After 10.3 Upgrade the above mentioned codes are not working. States condition are taking effect only after we submit the form.
🇮🇳India manoj selvan
🇮🇳India manoj selvan
🇮🇳India manoj selvan
I have added the key value pair in schema file. Please review it