- Issue created by @prashant.c
Field "OpenAI API Key" is required, but does not have client-side validation for required. We just need to add #required
property, which would be useful to have client-side validation itself.
Add a property
'#required' => TRUE,
Implement the code
Active
1.1
User interface