feat(attribute): Add HasRequired trait and required() method to manage required attribute for HTML elements.#65
Conversation
…anage `required` attribute for HTML elements.
📝 WalkthroughWalkthroughThis PR introduces a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pull Request
Summary by CodeRabbit
New Features
requiredattribute on form elements. Developers can now easily set, update, or remove the required attribute from input fields and form components.Tests