Max Podkosov
Max Podkosov
**HandleBeforeInput** doesn't work when typing in Japanese. For other languages (En, Ru) it works fine. Used DraftJS v.0.7.0, Firefox 48.0.2\Chrome 52.0.2743.116, Win7\Darwin In the DraftJS v.0.8.1 also doesn't work. ```...
Right now there is no way to see in the dropzone what exactly mimes and maxFileSize are allowed. It would be very helpful to see that before user selects some...
Hey everyone. Would be good to have files count limitation. It would be helpful in cases I want to allow upload (ex.) no more than 10 files at the same...
Hey there. Animated.loop is not working when I start the animation in web app. the problem is in the useNativeDriver: true Seems need to add a condition there to be...
Добрый день. Имеется отгрузка. И в ней необходимо для определенной позиции изменить Цену\Накладные расходы\и т.д. Пробовал сделать так: ``` $demand = (new Demand($this->client, ['id' => $params['demandId'] ?? null]))->fresh(); $demandPositions =...
Added forceReload param based on the doc: https://developers.google.com/android/reference/com/google/android/gms/games/LeaderboardsClient#public-abstract-taskannotateddataleaderboardsclient.leaderboardscores-loadplayercenteredscores-string-leaderboardid,-int-span,-int-leaderboardcollection,-int-maxresults,-boolean-forcereload
``` javascript $.fn.remoteChained.defaults = { ... emptyValueName: '-' }; ``` And before "Add new options from json" need to add this code: ``` javascript if (settings.emptyValueName) { option_list.unshift(['', settings.emptyValueName]); }...