You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/
If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug.".
Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!".
Description
I tested locally and updated src/components/forms/RFFComponents.js RFFSelectSearch from:
<div><CFormLabel/>...<RFFCFormFeedback meta={meta} /></div>
to:
<div><CFormLabel/>...{meta.error && meta.touched && <span className="text-danger">{meta.error}</span>}</div>
Tried again and red "Required" showed underneath the field.
Not working:
With my change:
Environment data
The text was updated successfully, but these errors were encountered: