Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants