-
Notifications
You must be signed in to change notification settings - Fork 45
Please comment out or convert to console.log all alert message boxes #55
New issue
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
Comments
Hi, Instead, I propose a {
"key": "multiselectDynamicAsync",
"type": "strapselect",
"options": {
"multiple": "true",
"asyncCallback": "callBackMSDAsync",
"populationErrorCallback": "onPopulationErrorCallback"
}
}
}, That should provide solution for all, I'd think. |
Change of mind: It will be called onPopulationError, as ASF uses the onEvent-semantic. |
This is now added to the develop branch, please see so that it works for you: |
Closing. |
@nicklasb this is in develop or master? onPopulationError don't work for me. |
I have not idea whatsoever what have happened, actually. |
Ah, now I see, that part have been rewritten to work with both generic and http-promises. |
I've got a massive form that I'm developing which has a ton of ASFDS drop downs. The server side is also in development and is therefore many times offline during regular testing.
Every time the server is down, and somehow browser refresh gets triggered, I get a whole lot of alert message boxes saying
'Loading select items failed'
repeatedly.Please eliminate entirely, or convert these into
console.log
as they are severely irritating. I found alerts with the same message inangular-schema-form-dynamic-select.js
at the following line numbers312,326 and 338
.The text was updated successfully, but these errors were encountered: