Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
fix: Show Red Asterisk on Required Fields (#41609)
Fix Mark Required - Add isRequired prop to LabelWithTooltip component - Display red asterisk (*) next to label when isRequired is true - Pass isRequired from BaseInputWidget, InputWidget, and InputWidgetV2 to components - Fixes enterprise customer request for required field indicator in Form widget Made-with: Cursor ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #41608 _or_ Fixes APP-15005 > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.All" ### :mag: Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/23160366665> > Commit: 125732e016ac2b4eae85beabece61822af37f1aa > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=23160366665&attempt=2" target="_blank">Cypress dashboard</a>. > Tags: `@tag.All` > Spec: > <hr>Tue, 17 Mar 2026 04:27:01 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Form labels now show a red asterisk for required fields for clearer required-field indication. * Required-state support added across input widgets so the required marker appears consistently in forms and custom inputs. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: subratadeypappu <subrata@appsmith.com>
S
Stacey Levine committed
2ea3f032115d8f59ba915e4ccb72fd19cc4f40da
Parent: 470aa9e
Committed by GitHub <noreply@github.com>
on 3/17/2026, 9:05:31 AM