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
Hi, thank you for making this project. There is a problem with button in primaryAction (as far as I tried). When it is disabled by initial and then transition to enabled state, clicking on it does not do anything. Could you investigate and it?
The text was updated successfully, but these errors were encountered:
@juzser - I'm mentioning the Page and PageActions. I have setup a demo for this here.
Also, there are warnings in console when having TextField in the page. This happen when I import components individually. You can check the demo above.
[Vue warn]: Failed to resolve component: Text
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
Hi, thank you for making this project. There is a problem with button in primaryAction (as far as I tried). When it is disabled by initial and then transition to enabled state, clicking on it does not do anything. Could you investigate and it?
The text was updated successfully, but these errors were encountered: