Add "option" to ignoredTags (#2180)

This commit is contained in:
Aleksey Nagovitsyn
2019-12-24 09:10:09 +05:00
committed by ylemkimon
parent 4b905064ab
commit 81258c5040
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ in addition to two auto-render-specific keys:
- `ignoredTags`: This is a list of DOM node types to ignore when recursing
through. The default value is
`["script", "noscript", "style", "textarea", "pre", "code"]`.
`["script", "noscript", "style", "textarea", "pre", "code", "option"]`.
- `ignoredClasses`: This is a list of DOM node class names to ignore when
recursing through. By default, this value is not set.