Giter Club home page Giter Club logo

Comments (4)

CelestialAlchemist avatar CelestialAlchemist commented on May 27, 2024

I also found this and it can be fixed by 2 methods:

  1. By adjusting padding and the middle container's width. However, if the right-side container contains the links like
    component?: React.ComponentType<FormikProps> or anything longer, then it creates the same issue again.

  2. Using overflow-x: auto for right-side container can fix the issue for overflowing the whole page. However, to view the last link of the right container, we have to scroll all the way to the bottom. To address this, we can apply height:100vh and overflox-y: auto to same right container.

However, I saw someone's comment, and according to him, this kind of issue doesn't count as a bug. Can you help me figure this out? I'm new to open source and would like to contribute."

from formik.

JorensM avatar JorensM commented on May 27, 2024

@CelestialAlchemist Welcome to the open source community! You're right that this wasn't the appropriate place to submit the issue, it turns out that there is a separate repo for the Formik docs. But last commit there was from 7 years ago, and I'm not even sure if that's the repo that is used for the actual Formik docs. But a word of advice - before writing any code (suggestions like you did are fine though) and making a PR, make sure to coordinate it with the maintainers of the repo, because it can turn out that it won't be something that the maintainers want to add, and it may also turn out that the repo isn't even being actively maintained. So always make sure to have the maintainer's approval before writing any code and making a PR. I hope this helps on your open source journey and good luck!

P.S If you want you can create an issue on the Formik docs repo

from formik.

CelestialAlchemist avatar CelestialAlchemist commented on May 27, 2024

First of all, sorry for the late reply, and thank you so much, @JorensM, for your advice. I'll keep this in mind.

from formik.

JorensM avatar JorensM commented on May 27, 2024

@CelestialAlchemist No problem, and good luck!

from formik.

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.