SOLVED
[Platform SDK] - NumericInput not recognized in alteryx/ui
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
16 - Nebula
08-18-2022
08:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi everyone !
I'm trying to implement a numeric up-down using the Platform SDK but for a reason I can't identify, I get the error "Module '"@alteryx/ui"' has no exported member 'NumericInput'." :
Did anyone encounter it and solve it ?
Thank you for your help !
Solved! Go to Solution.
Labels:
- Labels:
- SDK
1 REPLY 1
08-26-2022
08:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It was due to @Alteryx/ui npm package version which was 1.0.0 (seems to be default version at installation).
As NumericInput has been released in 1.2.0, an upgrade was necessary but this upgrade, solving the problem, also brought some style errors.
So the solution was to upgrade to the latest version, which is 1.4.4. It made everything worked !
Thank you @jarrod for your help !
