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

Update to React Character Map v0.3.0 and pass translatable text #66

Merged
merged 4 commits into from
Mar 8, 2020

Conversation

johnwatkins0
Copy link
Member

@johnwatkins0 johnwatkins0 commented Mar 1, 2020

Description of the Change

This update will resolve #49 because React Character Map v.0.3.0 focuses the search input when the component is open.

It also resolves #51 by passing translated text to override the defaults in React Character Map.

See https://github.com/Dayjo/react-character-map/releases/tag/v0.3.0

Alternate Designs

Benefits

Possible Drawbacks

Verification Process

Search input will be focusable

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • [] My change requires a change to the documentation.
  • [] I have updated the documentation accordingly.
  • [] I have added tests to cover my change.
  • [] All new and existing tests passed.

Applicable Issues

Changelog Entry

  • Update to React Character Map v0.3.0
  • Make UI text in the component translatable

@jeffpaul jeffpaul added type:bug Something isn't working. type:enhancement New feature or request. labels Mar 6, 2020
@jeffpaul jeffpaul added this to the 1.1.0 milestone Mar 6, 2020
@jeffpaul jeffpaul requested a review from dinhtungdu March 6, 2020 21:09
Copy link
Contributor

@dinhtungdu dinhtungdu left a comment

Choose a reason for hiding this comment

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

LGTM 👍

  • Passing custom label via props works
  • Focus filter input on open works

@jeffpaul jeffpaul merged commit e7689ac into develop Mar 8, 2020
@jeffpaul jeffpaul deleted the feature/react-character-map-0.3.0 branch March 8, 2020 18:28
@jeffpaul jeffpaul modified the milestones: 1.1.0, 1.0.3 Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working. type:enhancement New feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve and fix i18n support Focus "Filter:" input when opening
3 participants