-
Various frameworks uses custom attributes. React could allow to extend default data- and aria- prefixes. Something like this:
``` javascript
React.registerCustomAttributePrefix('e-');
React.registerC…
-
There was discussion on the samtools-dev mailing list about this last year:
http://sourceforge.net/p/samtools/mailman/message/30672431/
The main crux of the discussion there was to reuse the 16bit b…
-
**Design**
We need to provide better patterns/direction on extending or customising the behaviour of widgets.
This also covers the more macro topic of how we extend behaviour as a whole, but esp…
-
This is an umbrella issues for remaining fiber issues. More can be found by running the unit tests with the `useFiber` flag in `ReactDOMFeatureFlags` turned on
See #8830 for additional tasks beyond…
-
### Version
Tell us which versions you are using:
- tcomb-form-native v0.6.4
- react-native v0.37.0
### Expected behaviour
I am using a german iPhone 7 with a german number pad. I want to…
-
Github: https://github.com/fbonesso/react-native-masked-input
npm: https://www.npmjs.com/package/react-native-masked-input
-
HI,
I am able to get the value of the input using the onChange function and via even.target.value (as per documentation). However the value contains the mask characters as well. Is there any way to g…
-
Hi there and first of all thanks for the great work @ebaauw and the ongoing development and improvements.
Unfortunately I'm getting a little bit desperate with my hue dimmer switch and I couldn't fin…
-
This can serve as a discussion for creating an API for the editor. Share your thoughts :smile:
-
Does your input component support input masks? I didn't see support for it but I may have missed something. If not, is this something you plan on adding?