Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

389
Vistas
Validation text not showing up. MDBInput Reactjs

I am using Material design Bootstrap for my React project. I made a form, made input field using MDBInput. I am trying to use it's validation feature but I am not getting any message below it, when I leave the input field empty and click on the login button. I am getting red border though. Here is the image, highlighting the place where text should appear.

enter image description here

Here are the codes:

     <MDBInput
            label="Email"
            type="email"
            value={email}
            name="email"
            onChange={onInputChange}
            required
            invalid= {MDBInput.invalid}
            validation= "Please provide your email"
          />
        </div>

        <div className="col-md-12">
          <MDBInput
            label="Password"
            type="password"
            value={password}
            name="password"
            onChange={onInputChange}
            required
            invalid= {MDBInput.invalid}
            validation= "Please provide your password"
          />
        </div>
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

I solved the error by downgrading the package to version 2.3.0 or 2.4.0. I think it might have something to do with the breaking changes.
You can downgrade using this following command

npm install mdb-react-ui-kit@2.3.0
# or
npm install mdb-react-ui-kit@2.4.0
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda