Skip to content

Commit

Permalink
fix(Select): move cursor to field start
Browse files Browse the repository at this point in the history
The InputGroup examples should be fixed once we move to React-Select v5.
New version is using grid for positioning the input and placeholder.

Closes UXD-1221
  • Loading branch information
ajkl2533 committed Jul 12, 2023
1 parent 74358c6 commit e39cedb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/forms/Select/Select.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const selectStyles: (
fontSize: DSTheme.typography.size.md,
lineHeight: DSTheme.typography.lineHeight.md,
display: isEmptyString(children) ? 'none' : 'block',
position: 'absolute',
}),
indicatorsContainer: (styles) => ({
...styles,
Expand Down

0 comments on commit e39cedb

Please sign in to comment.