Skip to content

NumericInput selects text when used in a Dialog #3195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tgreen7 opened this issue Nov 30, 2018 · 1 comment
Closed

NumericInput selects text when used in a Dialog #3195

tgreen7 opened this issue Nov 30, 2018 · 1 comment

Comments

@tgreen7
Copy link
Contributor

tgreen7 commented Nov 30, 2018

Environment

  • Package version(s): 3.9.0
  • Browser and OS versions: chrome 70.0.3538.110, mac os 10.14.1

Steps to reproduce

class App extends Component {
  render() {
    return (
      <div className="App">
        <Dialog isOpen>
          <NumericInput />I am some text
        </Dialog>
      </div>
    );
  }
}

Actual behavior

blueprint-numeric

https://github.com/tgreen7/blueprint-numeric-select-text

Expected behavior

To not select text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants