Giter VIP home page Giter VIP logo

Comments (2)

welcome avatar welcome commented on September 15, 2024

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.

from p5.js-web-editor.

Serena20003 avatar Serena20003 commented on September 15, 2024

Hi, I think the issue here is that because the error message gets re-populated only after the user has "touched" the input field, which means that they need to enter the text field, then leave the text field for the error message to re-populate.
This can be seen in line 79 of client/modules/User/components/SignupForm.js: {field.meta.touched && field.meta.error && (
Perhaps one way to work around it is to change field.meta.touched to something else that doesn't require the user to enter and leave the textfield again after changing the language (perhaps field.meta.invalid?).
The number of translations on translations/locales/hi/translations.json match the number on translations/locales/hi/translations.json for ReduxFormUtils, which I believe is controlling the translations for error messages for the signup form fields.
I did notice one missing translation for "This username is already taken." though.
Screenshot 2024-09-08 at 2 25 46 PM

from p5.js-web-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.