I’m facing a peculiar issue with my Yii2 application. Here’s a concise summary:
Problem: I’ve implemented a scenario where a page is rendered based on the selected option in the frontend. The scenario is working, but the red asterisk, help text, and model validation are not functioning as expected.
Details:
- When the option is selected, the page is correctly rendered.
- However, the required field indicator (red asterisk) is not showing up.
- The help text associated with the field is not displaying.
- Model validation is not triggering on the client side as intended.
Request for Help: Has anyone encountered a similar situation? Any insights or suggestions on how to address this issue would be greatly appreciated!
Thank you in advance for your assistance!