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

psuedo class first-child error #3652

Closed
wants to merge 9 commits into from
Closed

Conversation

ankush29
Copy link

No description provided.

Copy link
Author

@ankush29 ankush29 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

handle the special character in async callback select

state = { inputValue: '' };
handleInputChange = (newValue: string) => {
const inputValue = newValue.replace(/\W/g, '');
//const inputValue = newValue.replace(/\W/g, '');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for a special character, so we can enter them same as in promise

@@ -97,7 +97,7 @@ const Heading = props => {
}
const css = {
marginTop: 0,
'&:not(:first-child)': { marginTop: 30 },
'&:not(:first-of-type)': { marginTop: 30 },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an open issue we could link for this fix?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess no. I found it in the console panel

@ankush29 ankush29 force-pushed the master branch 2 times, most recently from 7640d87 to e6e09e9 Compare June 30, 2019 15:18
emilylittle added a commit to PetCareN/react-select that referenced this pull request Jul 23, 2019
@serkangunes
Copy link

When is this going to be merged?

@wootwoot1234
Copy link

@JedWatson can we merge this?

@JedWatson
Copy link
Owner

Hey @ankush29, thanks for the PR!

This fix was also included in #2284 which has been merged now

tbh it's much easier to review and merge PRs that deal with a single isolated issue, so I really appreciate your contributions here, but it would be helpful for the other things you included if you can open separate PRs explaining the rationale for each - otherwise it's hard to know what you meant to change and why, and merge them individually.

Thanks again 🙂

@JedWatson JedWatson closed this Oct 2, 2019
@pserrer
Copy link

pserrer commented Oct 8, 2019

@JedWatson this PR also included code to focus the selected option, which doesn't seems to be part of #2284 or any other previous commit. I would be great to have this - or at least something else working, also included.

@Tirzono
Copy link
Contributor

Tirzono commented Oct 16, 2019

@ankush29 would you be willing to make a separate PR for the focus the selected option issue? I would be willing to do that as well, but don't want to steal the credits for it.

@ankush29
Copy link
Author

ankush29 commented Oct 16, 2019 via email

@ankush29
Copy link
Author

ankush29 commented Oct 17, 2019 via email

@KyorCode
Copy link

@JedWatson any update on this PR?

@presiyan-kostov
Copy link

Any news about the pending PR here?

@Tirzono
Copy link
Contributor

Tirzono commented Jan 6, 2020

This PR is closed and won't be merged. It's split out over other PR's. Have a look at #3868 for example. Unfortunately the maintainers didn't have time yet to have a look at that one, so we just patiently have to wait.

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

Successfully merging this pull request may close these issues.

9 participants