B
B
bullyy2016-05-31 23:53:55
Angular
bullyy, 2016-05-31 23:53:55

What are some reasons why form submission fails in IE9?

There is a form

<form name="searchForm" id="search_f" ng-submit="submitSearchForm()" novalidate data-ng-controller="searchFormCtrl">
...
  <button ng-disabled="!lastNameValidate() || !snilsValidation() || !existSelectedSources() || !dateFormatValidation()"
                            type="submit"
                            class="btn btn-primary btn-md"
                            title="Произвести поиск по введенным данным">
                        Найти
                    </button>
</form>

And everything seems to be working fine, but in IE9 the submit sometimes doesn't work. What could be the problem? Maybe someone has come across something similar.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question