Skip to content

Commit

Permalink
Merge pull request #58 from wrappid/WRPD-bugfix-57
Browse files Browse the repository at this point in the history
fix: 🐛 commented out _getEndAdornment()
  • Loading branch information
Swrnv-qc authored Mar 30, 2024
2 parents 887e82e + 9e677f9 commit fe68b1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package/nativeComponents/inputs/NativeAutocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function NativeAutocomplete(props) {
_editId,
_onFormFocus,
onFocus,
_getEndAdornment,
/* _getEndAdornment, */
_formik,
loading,
freeSolo,
Expand Down Expand Up @@ -230,7 +230,8 @@ function NativeAutocomplete(props) {
styleClasses={[UtilityClasses.FLEX.DIRECTION_ROW, UtilityClasses?.ALIGNMENT?.JUSTIFY_CONTENT_FLEX_END]}
gridProps={{ gridSize: 2 }}
>
{_getEndAdornment()}
{/* eslint-disable-next-line etc/no-commented-out-code */}
{/* {_getEndAdornment()} */}
</NativeBox>
</NativeGrid>
</>
Expand Down

0 comments on commit fe68b1d

Please sign in to comment.