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
With the above code, value should contain the inputted text, so the inputted text is displayed in the browser and outputted to the console.
Actual Result
Value of input field seems to not be updating properly.
Input field is not updated in the browser (so it appears read-only), and value appears to only contain the last character entered when outputted to the console.
Same behaviour also occurs with Form.Input and normal input.
Steps
Created new React app using
create-react-app
in WebStormInstalled
semantic-ui-react
andsemantic-ui-css
npm packagesChanged the
App
class inApp.js
to the following:Expected Result
With the above code,
value
should contain the inputted text, so the inputted text is displayed in the browser and outputted to the console.Actual Result
Value of input field seems to not be updating properly.
Input field is not updated in the browser (so it appears read-only), and
value
appears to only contain the last character entered when outputted to the console.Same behaviour also occurs with
Form.Input
and normalinput
.Version
0.72.0
Testcase
https://codepen.io/anon/pen/Ljqwdb
The text was updated successfully, but these errors were encountered: