kmsheng
kmsheng
This error occurs when using collection and Disposable::Twin::Parent together For example ```rb require "reform" require "reform/rails" require "disposable" require "disposable/twin/parent" class SampleForm < Reform::Form feature Disposable::Twin::Parent property :name validates :name,...
This PR removes `es6-promise` dependency which let the users decide how to polyfill promise. https://github.com/stefanpenner/es6-promise/issues/324
hypernova pollutes the `global.Promise` with bluebird's. This will cause unwanted behaviors for application which uses other libraries that also use native Promise object. This PR intends to remove direct assignment...
ie8 ignores "\n" when displaying new lines in textarea editable, please have a look at this fix. thanks
 Is there any way to determine what button was triggered in `leavepictureinpicture ` event ?