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

Move HelperText to functional widget #936

Merged
merged 4 commits into from
Dec 13, 2019

Conversation

JamesLMilner
Copy link
Contributor

@JamesLMilner JamesLMilner commented Nov 29, 2019

Type: feature

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit tests are included in the PR
  • Any widget variant uses theme.compose like this
  • WidgetProperties are exported

Description:

This PR moves HelperText to a functional widget and leverages the theme mixin.

@matt-gadd matt-gadd changed the title Move HelperText to functional widget/tsx and add theming Move HelperText to functional widget Nov 29, 2019
@dojo-site
Copy link

This pull request has been deployed to:

]}
>
{text && (
<p key="text" classes={themedCss.text} aria-hidden={'true'} title={text}>
Copy link
Member

Choose a reason for hiding this comment

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

this can just be aria-hidden="true". Did you get to the bottom of wether or not this is appropriate?

@dojo-site
Copy link

This pull request has been deployed to:

@dojo-site
Copy link

This pull request has been deployed to:

1 similar comment
@dojo-site
Copy link

This pull request has been deployed to:

@agubler agubler merged commit ebe97ed into dojo:master Dec 13, 2019
ericos pushed a commit to ericos/widgets that referenced this pull request Jan 3, 2020
* Move HelperText to functional widget/tsx and add theming

* Fix the interface name

* Update usage
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.

4 participants