CARTAvis / carta-frontend

Source code repository for the frontend component of CARTA, a new visualization tool designed for the ALMA, the VLA and the SKA pathfinders.
https://cartavis.github.io/
GNU General Public License v3.0
20 stars 10 forks source link

ClearableNumericInputComponent can not edit with blueprintjs 3.30.0 #1018

Closed panchyo0 closed 3 years ago

panchyo0 commented 4 years ago

v3.29.0 works well

panchyo0 commented 3 years ago

blueprintjs NumericInput after version 3.29.0 becomes uneditable without onValueChange method. for example https://codesandbox.io/s/focused-sun-qbffe?file=/src/App.js we need to set asyncControl = true when we do asynchronous update

panchyo0 commented 3 years ago

closed with PR #1280