ソースを参照

Merge pull request #2045 from monovertex/4.x

Document bug with disabled inputs caused by Firefox 64 and older
Robin Herbots 7 年 前
コミット
c516d5eba7
1 ファイル変更2 行追加0 行削除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -44,6 +44,8 @@ You can choose between:
 - inputmask.dependencyLib.jqlite
 - .... (others are welcome)
 
+**Warning**: Using any dependency library that relies on the `CustomEvent` object or the `document.createEvent` DOM API will have issues with updating values in disabled inputs, in Firefox 64 and older. This is caused by [an old Firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=329509), that has been fixed in Firefox 65. Currently, this means that `inputmask.dependencyLib` and `inputmask.dependencyLib.jqlite` are affected by this bug. See #2045 for more details.
+
 ### Classic web with <script\> tag
 Include the js-files which you can find in the `dist` folder.