You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @samuelmeuli, Really thank you for this plugin.
I'm building something like font setting and I have to use one font picker with multiple items.
And these items should be able to change different font style.
Currently my problem is if i change the first item, the second item also effected because we have to use the same class.
Is there any way to use different font style for multiple items please?
The text was updated successfully, but these errors were encountered:
If I understand your problem correctly, I think you want to use the pickerId attribute - this will let you select different fonts for different text items without affecting each other.
#React.js with Typescript
Hello @samuelmeuli, Really thank you for this plugin.
I'm building something like font setting and I have to use one font picker with multiple items.
And these items should be able to change different font style.
Currently my problem is if i change the first item, the second item also effected because we have to use the same class.
Is there any way to use different font style for multiple items please?
The text was updated successfully, but these errors were encountered: