Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync GUI text-input changes #153

Merged
merged 2 commits into from
Jan 19, 2024
Merged

Sync GUI text-input changes #153

merged 2 commits into from
Jan 19, 2024

Conversation

swansontec
Copy link
Contributor

@swansontec swansontec commented Jan 19, 2024

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

@swansontec swansontec force-pushed the william/sync-gui-changes branch from 4497024 to f912023 Compare January 19, 2024 22:23
@@ -60,6 +60,7 @@ export interface FilledTextInputProps extends SpaceProps {
showSpinner?: boolean
prefix?: string // Text input is left-left justified with a persistent prefix
suffix?: string // Text input is right-right justified with a persistent suffix
textsizeRem?: number
Copy link
Contributor

Choose a reason for hiding this comment

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

Where's autoCapitalize = props.secureTextEntry === true ? 'none' : undefined,? Was there a reason to omit this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Where's autoCapitalize = props.secureTextEntry === true ? 'none' : undefined,? Was there a reason to omit this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Outdated snapshot. It's updated now.

@swansontec swansontec force-pushed the william/sync-gui-changes branch from d270c2c to d3c4c89 Compare January 19, 2024 22:48
@swansontec swansontec merged commit 3a4c42b into master Jan 19, 2024
1 check passed
@swansontec swansontec deleted the william/sync-gui-changes branch January 19, 2024 22:50
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.

2 participants