Liam Collins
Liam Collins
Thanks for this @dirwin517 Noticed that there was a bug using this with IE that redirected to another page when downloading the csv. Will submit a PR for a fix...
@Crash-- Have submitted a PR to @dirwin517 that should fix the issue with Firefox.
try `trigger={/(?:^|\s)(@([^\s]*))$/}` will restricth the `@` trigger to only fire when it sees `@` without something before it, so won't be triggered with `@` in the middle of an email...
Hi @techniq , I've submitted a PR for this. Whenever you get a chance could you take a look please? Thanks
Having same issue when navigating away from the page when the chart is being drawn. Think it is because the element is no longer visible (element[0].clientWidth changes to 0 and...
I believe the tailwind named classes (like `leading-normal`) are relative to the font size rather than being rems so I think the font size may need to be passed through...
Thanks for the response. Perhaps the order can make a difference but in the example I have it is using the leading class. I think the bug originates from an...