Alteryx IO Discussions

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
SOLVED

[Platform SDK] - NumericInput not recognized in alteryx/ui

Jean-Balteryx
16 - Nebula
16 - Nebula

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'." :

 

Capture d’écran 2022-08-18 à 17.44.16.png

 

Did anyone encounter it and solve it ?

 

Thank you for your help !

1 REPLY 1
Jean-Balteryx
16 - Nebula
16 - Nebula

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 !