Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: "Props" toggle is not working #3331

Closed
mac-s-g opened this issue Dec 10, 2018 · 2 comments
Closed

Docs: "Props" toggle is not working #3331

mac-s-g opened this issue Dec 10, 2018 · 2 comments
Labels

Comments

@mac-s-g
Copy link

mac-s-g commented Dec 10, 2018

it looks like there were some changes to the docs website in recent history

https://react.semantic-ui.com/elements/input/

I can't enable or view props for the Input component. this is one example of an issue that is pretty consistent for similar components.

I also don't know where to look to find information about controlled Input states and events. The information all used to be displayed at the location linked above.

is there any way to access the older version of the docs website? i really think the new site needs some QA or user testing. making documentation harder to find could have a serious impact on adoption.

gotta say though, this is a really amazing project. so thanks for all the hard work.

and thanks for reading my support request.

Mac

@welcome
Copy link

welcome bot commented Dec 10, 2018

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@layershifter
Copy link
Member

I can't enable or view props for the Input component. this is one example of an issue that is pretty consistent for similar components.

PR with fix #3332, docs are also deployed recently.

is there any way to access the older version of the docs website?

Yes, you can pull from Git the matching tag and build it locally, CONTRIBUTING.md#commands.

git clone https://github.com/Semantic-Org/Semantic-UI-React.git
git checkout tags/v0.83.0
yarn
yarn start

really think the new site needs some QA or user testing

Fully agree, feel free to create issues for non-working or incorrectly working things as bug reports. We will try to fix them.

It's an opensource project, so we really need your help and contributions 🐱 You can also create examples for component usages 👍

@layershifter layershifter changed the title cant see input props following changes to docs Docs: "Props" toggle is not working Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants