openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

Number validation is missing in many fields of different forms. #2817

Closed ankit01ojha closed 6 years ago

ankit01ojha commented 6 years ago

Description

Number validation is missing in many fields of different forms, because of which if a user inputs something other than a number it does not shows a message to warn user for only numeric values.

List :-

Expected Behaviour

An error message should be displayed near the field warning the user.

Actual Behaviour

No error message is displayed (except the API validation error, when the user submits the form).

Settings

ankit01ojha commented 6 years ago

I am working on it.

abhaychawla commented 6 years ago

The issue is similar to #2794

ankit01ojha commented 6 years ago

@abhaychawla , yes this issue is similar, but in this issue, I have tried to cover all the places where the issue is happening. So, that in a single issue all the fields can be fixed :)