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
Before we switched to react-materialize, input field was showing function error if any on run. Now, the field indicates that there was an error, but it does not display it.
The text was updated successfully, but these errors were encountered:
Run sum with no params. It will throw Must provide one or more parameters and the bottom border of the input field will turn red. Error message should show up under but it does not.
Error message is set in handleRunCode and passed down to FuncParams. It looks like materialize Input does not pass the message properly.
// FuncParams.js<Inputvalue={value}id={`${funcName}-input`}type="number"step="0.01"placeholder="Enter number and hit RETURN"error={error}onChange={this.handleInputChange}/>
Before we switched to react-materialize, input field was showing function error if any on run. Now, the field indicates that there was an error, but it does not display it.
The text was updated successfully, but these errors were encountered: