Maxim Chemerisuk
Maxim Chemerisuk
@dtrunk90 is it an option to create audio in JavaScript, so this way DOM updates shouldn't break it.
@dtrunk90 you don't always need to add audio element to the DOM. Just call `play()` in a user action event handler. I've made a simple demo https://jsbin.com/mumizojixo/1/edit?html,js,output Try to play...
At present you can enter date only via picker.
Guys, check v4 (demo at http://chemerisuk.github.io/better-dateinput-polyfill/). New version has improved UI and it's much simpler to select years like 1950. Just make sure you specified appropriate value in `min`/`max` attributes.
@cyberbeat I’d say it’s not planned. With polyfill you can customise presentation of date so implementing manual input for every such date is not an easy task and frankly could...
@easierbycode use object.contentDocument to get ref on the document element. On the other case it's probably better in future to allow style modification with custom css variables... I need to...
Need to migrate to better-dom 3, but it doesn't look time consuming...
@jpdevries make sure you added all required dependencies
@ThiRaBrTNK they should, to normalize the element presentation in all browsers
@davemo I put all dependencies into separate project https://github.com/chemerisuk/better-dom-boilerplate. Usage of `bower` is deprecated - the community decided to use NPM for everywhere. And `gulp` is awesome, you do need...