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

New-UDTypography Style Switch disabled #1668

Open
eefisherv opened this issue Jul 31, 2020 · 1 comment
Open

New-UDTypography Style Switch disabled #1668

eefisherv opened this issue Jul 31, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@eefisherv
Copy link

Please file issues on the PowerShell Universal issue tracker.

Style switch is not enabled in UD v1.3... looks like its commented out in the JSX.

render() {
const {
id,
// classes,
// style,
align,
gutterBottom,
noWrap,
// isParagraph,
variant,
refreshInterval,
// isEndpoint,
autoRefresh,
} = this.props
const { text } = this.state
return (

{text}
<ReactInterval
timeout={refreshInterval * 1000}
enabled={autoRefresh}
callback={this.onLoadData}
/>

Discussion:
https://forums.universaldashboard.io/t/new-udtypography-style-how-to-change-text-color/3200/2

@eefisherv eefisherv added the bug Something isn't working label Jul 31, 2020
@adamdriscoll
Copy link
Member

This issue has been mentioned on Ironman Software Forums. There might be relevant details there:

https://forums.universaldashboard.io/t/new-udtypography-style-how-to-change-text-color/3200/5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants