TrevorPage

Results 17 comments of TrevorPage

I have too encountered this problem (using V0.5.2) and thanks to the information above I have worked around it using this temporary addition to my own CSS: ``` /* Hack...

Hello @RomuloLlabresJr - I've just double-checked, and I confirm I can do the following while in a modal: - Manually type numbers into the field. - Use left/right cursor keys...

All is OK if you replace your: `` with: ``` ```

Does for me. Using Chrome.

@Mattes1000 thanks for doing this. @jdorn is there a plan to merge this PR in soon? Would I need to use this branch or pull it into my own fork...

I would like this too!

Incidentally I've used Spectrum with json-editor myself and demonstrated it here: https://github.com/TrevorPage/jdorn-json-editor-android This demonstration is for Android and in my situation I absolutely had to use Spectrum because the Android...

I've got the same issue. HTC 10 running 6.0.1, jQuery UI 1.12.1, Touch Punch 0.2.3. I am using these libraries within a `WebView` component of a native Android application. I...

Having just encountered the same issue as the OP, the slightly hacky way I'm getting around it is: ``` import { OSCModulator } from './OSCModulator'; ... OSCModulator.name; ```

Thank you @TobiasWehrum ! The only issue I have is with Visual Studio Code automatically removing unused imports, which I find quite useful. Therefore I added the extra reference(s) to...