dsrcsebit / Basic-Calculator

0 stars 0 forks source link

Typing input directly #2

Open pankajkumar005 opened 9 years ago

pankajkumar005 commented 9 years ago

[Bug] Input can be provided by directly typing in the input box. For example, when I type 7 + 5 (have spaces in expression), output is 7 instead of 12. Either we should not allow to type in or we should show correct result. There are many other possibilities, when typing is allowed e.g. user can type non numeric chars, so better to disable typing.

dsrcsebit commented 9 years ago

Disabled input for textbox