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
This feature needed if we want to overwrite some default values. For example we want to grab additional attributesToGrab. Maybe like this.
spiralFrontend.globalOverwrites = { instances: {//type Form:{ attributesToGrab:{ "action2": { "key": "url", "value": "/" } } } } }
Or maybe for change default classes
The text was updated successfully, but these errors were encountered:
I think that for usage like described we should use inheritance. If any one have suggestion please write it.
Sorry, something went wrong.
we came up to the idea of placing variable before sf.js runs.
var sf = { defaultOptions: { instances: { form: { messagesType: "spiral" } } } }
So the sequence to gather options: 0) defaultOptions from instance itself (if need and provided by the instance itself)
Implemented. data-options is in #4
No branches or pull requests
This feature needed if we want to overwrite some default values. For example we want to grab additional attributesToGrab.
Maybe like this.
Or maybe for change default classes
The text was updated successfully, but these errors were encountered: