I am having one Modal to show form to take Review. Within that, I am using jQuery for ratings. There are 6 different fields in which I am taking ratings using Input type Number.
If I provide common value in all fields then only it is being submitted. If I provide different values in Rating then it prompts error in console:
An invalid form control with name='academic-rating' is not focusable.
An invalid form control with name='accomodation-rating' is not focusable.
An invalid form control with name='faculty-rating' is not focusable.
An invalid form control with name='infrastructure-rating' is not focusable.
An invalid form control with name='social-rating' is not focusable.
What can be issue here?
See this screenshot for better Explanation: Image