FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(BreadCrumbSwitcher): Fix Autocomplete camelCase by glekner · Pull Request #2457 · patternfly/patternfly-react · GitHub

fix(BreadCrumbSwitcher): Fix Autocomplete camelCase - #2457

Merged
jeff-phillips-18 merged 1 commit into
patternfly:masterfrom
glekner:fix-bc-autocomplete
Jul 9, 2019
Merged

fix(BreadCrumbSwitcher): Fix Autocomplete camelCase#2457
jeff-phillips-18 merged 1 commit into
patternfly:masterfrom
glekner:fix-bc-autocomplete

Conversation

glekner commented Jul 4, 2019

Copy link
Copy Markdown
Contributor

What:
React requires camelCase for DOM attributes, we need to change autocomplete to autoComplete in PF.

React requires camelCase for DOM attributes, we need to change autocomplete to autoComplete in PF.

Copy link
Copy Markdown
Collaborator

PatternFly-React preview: https://patternfly-react-pr-2457.surge.sh

tlabaj commented Jul 5, 2019

Copy link
Copy Markdown
Contributor

@glekner can you add the associated issue to the description please.

inputRef={input => {
this.nameInput = input;
}}
autocomplete="off"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Since this is just a prop passed down to the DOM in https://github.com/nkbt/react-debounce-input/blob/master/src/Component.js, this is good.

glekner commented Jul 9, 2019

Copy link
Copy Markdown
Contributor Author

@jeff-phillips-18 can we merge? thanks!

jeff-phillips-18 merged commit eb3e23a into patternfly:master Jul 9, 2019

Copy link
Copy Markdown
Collaborator

Your changes have been released in:

  • patternfly-react-extensions@2.19.5
  • patternfly-react@2.36.5
  • @patternfly/react-console@1.11.5

Thanks for your contribution! 🎉

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

5 participants


Back | FazBrowse Home | New Git URL