| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
React requires camelCase for DOM attributes, we need to change autocomplete to autoComplete in PF.
|
PatternFly-React preview: https://patternfly-react-pr-2457.surge.sh |
Sorry, something went wrong.
|
@glekner can you add the associated issue to the description please. |
Sorry, something went wrong.
| inputRef={input => { | ||
| this.nameInput = input; | ||
| }} | ||
| autocomplete="off" |
There was a problem hiding this comment.
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.
Sorry, something went wrong.
|
@jeff-phillips-18 can we merge? thanks! |
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
React requires camelCase for DOM attributes, we need to change autocomplete to autoComplete in PF.