Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Invalid DOM property minlength. Did you mean minLength #434

Closed
essaricy opened this issue Apr 9, 2019 · 3 comments · Fixed by #440
Closed

Invalid DOM property minlength. Did you mean minLength #434

essaricy opened this issue Apr 9, 2019 · 3 comments · Fixed by #440
Labels

Comments

@essaricy
Copy link

essaricy commented Apr 9, 2019

Getting couple of warnings when using Form.Input elements. Below are some
Invalid DOM property minlength. Did you mean minLength?
Invalid DOM property maxlength. Did you mean maxLength?

Looks like an issue with case-sensitive

@aninaslyan
Copy link

aninaslyan commented Apr 9, 2019

I will also add this warning message:
Invalid` DOM property `autocomplete`. Did you mean `autoComplete

For me the warning message causes LoginPage component

import React from 'react';
import { LoginPage } from "tabler-react";

const Login = () => (
  <LoginPage />
);
export defult Login;

@preethamntp
Copy link

preethamntp commented Apr 11, 2019

Getting these message while using forms
Warning: Invalid DOM property minlength. Did you mean minLength?
in input (created by Form.Input)
in Form.Input (created by FormTextInput)
Warning: Invalid DOM property maxlength. Did you mean maxLength?
in input (created by Form.Input)
in Form.Input (created by FormTextInput)
Warning: Invalid DOM property autocomplete. Did you mean autoComplete?
in form (created by Form)
in Form (created by FormCard)
in FormCard (created by LoginPage)
in div (created by StandaloneFormPage)

@jonthomp
Copy link
Contributor

jonthomp commented Jun 1, 2019

🎉 This issue has been resolved in version 1.30.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants