We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Case
I would like to:
Issue Current input view helpers, which render individual form elements, do not allow for setting custom attributes on the element.
See: https://github.com/DeltaSystems/dewdrop/blob/196c00161027ecf122fc78ed4b32a9af856896c9/Dewdrop/View/Helper/InputText.php#L107
Proposed Solution Allow users to set attributes as needed. Whether it be data attributes, disabled flag, or otherwise.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use Case
I would like to:
Issue
Current input view helpers, which render individual form elements, do not allow for setting custom attributes on the element.
See:
https://github.com/DeltaSystems/dewdrop/blob/196c00161027ecf122fc78ed4b32a9af856896c9/Dewdrop/View/Helper/InputText.php#L107
Proposed Solution
Allow users to set attributes as needed. Whether it be data attributes, disabled flag, or otherwise.
The text was updated successfully, but these errors were encountered: