Abdelhafidh Belalia
Abdelhafidh Belalia
Hi, thanks for your work :) is it possible to set a default location for a dialog?
Add tooltip
It would be nice to add a tooltip for certain widgets, mainly: a button and a label (or better, make it a part of the basewidget) may be related: #155
Getting an error after making this change: `mediaRecorder.stream.stop();` to: ``` mediaRecorder.stream.getTracks().forEach(function(track) { track.stop(); }); ``` error: ``` MediaRecorder Error errorbubbles: falsecancelBubble: falsecancelable: falsecomposed: falsecurrentTarget: nulldefaultPrevented: falseerror: Restricted { }eventPhase: 0explicitOriginalTarget:...
# Overview The `onModalHide` is being called too early (i.e. before actually hiding the modal) and if we try to focus an element on that callback it will fail due...
### Introduction Hi :wave:! On Web (ReactJS/RNW) the blur event contains info about the new to-be-focused element (`nativeEvent.relatedTarget`). This is really helpful to know how to act in certain scenarios....
### Details The chat selected participants were being overwritten by the draft values whenever the options changes. This PR makes the draft used only at first render (initialization) and when...
Related to https://github.com/facebook/react-native/pull/45425
Proposal on adding `onPaste` prop to `TextInput` component to detect paste event. [View rendered proposal](https://github.com/s77rt/discussions-and-proposals/blob/TextInput-onPaste/proposals/0000-textinput-onpaste.md)
Proposal on adding `regex` prop to `TextInput` component to restrict user input. [View rendered proposal](https://github.com/s77rt/discussions-and-proposals/blob/TextInout-regex/proposals/0000-textinput-regex.md)
# Overview Added `getImage` support for iOS. # Test Plan 1. Copy JPEG image 2. Paste the image and verify it's pasted as jpeg 3. Copy PNG image 4. Paste...