Cezar Andrew Villegas Santarin
Cezar Andrew Villegas Santarin
Grunt & Browserify beginner here. I found this to be a problem, too, while trying to create the production build of this tutorial repo: https://github.com/mitchgavan/grunt-browserify-babel/blob/master/gruntfile.js Like @shiftie, I had to...
@mojochao the example works on node.js v6.9.1 (Windows).
Unless somebody else has already done it, I'd like to try writing a pull request for this. My coworkers and I need something like it, too.
@rdrgn Looking into it now, and... well... I don't know. The component config defaults to `center="parent"`, and is evaluated somewhere down the line with an `if-elseif-else` block. https://github.com/rmariuzzo/react-new-window/blob/2417b08352f34f193cc5e69524379fb70ccecf5b/src/NewWindow.js#L19-L29 It looks...
@marwajomaa @YousefYasin @MartinCura the asset location written in the source code doesn't seem to play well with Next.js and Create React App (in CodeSandbox, at least). https://github.com/patw0929/react-intl-tel-input/blob/cd9f262c4c638d4897465780f2331aeff081167f/src/intlTelInput.scss#L279-L280 I read that...
These should be adequate: - broaden the range of supported `react` & `react-dom` versions in `peerDependencies` - bump the React `devDependencies` for TypeScript and JavaScript [The official blog](https://reactjs.org/blog/2020/08/10/react-v17-rc.html) says that...
`onSelectFlag` is what you want. Also in [the documented props](https://patw0929.github.io/react-intl-tel-input/?selectedKind=Documentation&selectedStory=Props&full=0&addons=0&stories=1&panelRight=0&addonPanel=storybooks%2Fstorybook-addon-knobs). The docs right now don't list out all of the params of the `onSelectFlag` callback, unfortunately (this needs to be...
@jacky-ew @Dhara-Actonate @marwajomaa 1. What is your setup? Create React App? Next.js? 2. Could you try the workaround in https://github.com/patw0929/react-intl-tel-input/issues/371#issuecomment-921258881?
@stoplion @goelshobhit @justin-calleja yes, there is one. ```tsx import React, { useEffect, useRef, useState } from 'react'; import IntlTelInput from 'react-intl-tel-input'; function App() { const intlTelInputRef = useRef(null); useEffect(() =>...
**UPDATE:** I see it's applied. Thank you. @andrwo Could you insert this to the description? GitHub will automatically close the issue if this gets merged. > Closes #391