Fahri Meral

Results 4 issues of Fahri Meral

> Thank you for submitting a pull request! Please make sure you have read the [contribution guidelines](https://github.com/Shopify/draggable/blob/master/CONTRIBUTING.md) before proceeding. ### This PR implements or fixes... _(explain your changes)_ Icon in...

New feature. Check php function requirements warning system.

With the developing technologies, for some of our friends in special situations, accessible applications are given importance in the world we live in. An edit proposal for this. It also...

How can I use Dropzone events? Example: ``` this.on('addedfile', function(file) { console.log('Dosya eklendi: ', file); }); this.on('success', function(file, response) { console.log('Yükleme başarılı: ', response); }); this.on('error', function(file, errorMessage) { console.log('Hata...