PyWorkflowApp / visual-programming

A Python Visual Programming Workspace for Data Science
MIT License
31 stars 12 forks source link

Auto-complete bug in Node configuration #50

Open reelmatt opened 4 years ago

reelmatt commented 4 years ago

When configuring a Node's settings, if a field offers an auto-complete response and an option is selected, the front-end crashes with a TypeError: Cannot read property 'toLowerCase' of undefined.

Screen recording of the bug

Screen Shot 2020-04-12 at 11 40 02 AM
reddigari commented 4 years ago

Looks like something in the react-diagrams internals rather than our application. Could be a tough fix. Great catch!

reddigari commented 4 years ago

I think this got resolved by #63 but need a confirmation

reelmatt commented 4 years ago

This is still returning the same error for me in Chrome (not throwing an error in Safari).