You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
It would be nice if this disabled prefetch, and the standard carried over for other similar attributes
Why? Its a small issue, but in my particular case is rails helpers create code with opinionated defaults. In order to allow those defaults to be overridden, a monkey patch like this is ultimately required:
options.delete(:'data-prefetch') if options[:'data-prefetch'] == false
Will link to the wiki upon request
The text was updated successfully, but these errors were encountered:
It would be nice if this disabled prefetch, and the standard carried over for other similar attributes
Why? Its a small issue, but in my particular case is rails helpers create code with opinionated defaults. In order to allow those defaults to be overridden, a monkey patch like this is ultimately required:
Will link to the wiki upon request
The text was updated successfully, but these errors were encountered: