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
Some lists of tokens, like colors, are often very long. It makes sense to have a search field for them. Others, like line height, will contain just a couple. In trying to disable the search field for just a single set of tokens in MDX fails for me. No errors, just doesn't work (input remains visible). According to the storybook MDX blocks documentation, these should be allowed via the <Meta /> block. However, trying this with with your addon has no effect. Basically, I tried this within the MDX:
Some lists of tokens, like colors, are often very long. It makes sense to have a search field for them. Others, like line height, will contain just a couple. In trying to disable the search field for just a single set of tokens in MDX fails for me. No errors, just doesn't work (input remains visible). According to the storybook MDX blocks documentation, these should be allowed via the
<Meta />
block. However, trying this with with your addon has no effect. Basically, I tried this within the MDX:I also tried the same on the provided
<DesignTokenDocBlock />
as well, also with no effect. Is this not supported?The text was updated successfully, but these errors were encountered: