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
IDs for all FT fields should be underscored versions of the name of the field --- like Rails' FormBuilder IDs
The text was updated successfully, but these errors were encountered:
Currently, my overrides of FormBuilder.hidden_field doesn't have ID fields.
The reason for that override --- a better way to describe hidden arrays --- might no longer be necessary.
Look into a refactor that relies more heavily on super.
Sorry, something went wrong.
No branches or pull requests
IDs for all FT fields should be underscored versions of the name of the field --- like Rails' FormBuilder IDs
The text was updated successfully, but these errors were encountered: