Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu.ganesan committed Jan 12, 2024
1 parent ed7fc35 commit b356d25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/USelectPicker/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { components } from 'react-select'
import PropTypes from 'prop-types'

export default function Input(props) {
console.log(props)
let describedBy = props['aria-describedby'] //react-select generated aria-describedby
if (!props.hasValue) {
const customDescribedBy = props.selectProps['aria-describedby'] //custom aria-describedby passed through the props
Expand Down

0 comments on commit b356d25

Please sign in to comment.