GUACAMOLE-470: Add polyfill for <datalist> element (not supported by Safari).

This commit is contained in:
Michael Jumper
2018-06-12 13:06:01 -07:00
parent 426a7919b3
commit 3ae152fa35
4 changed files with 40 additions and 1 deletions

View File

@@ -386,6 +386,14 @@
<scope>runtime</scope>
</dependency>
<!-- Polyfill for <datalist> element support -->
<dependency>
<groupId>org.webjars.bowergithub.mfranzke</groupId>
<artifactId>datalist-polyfill</artifactId>
<version>1.14.0</version>
<scope>runtime</scope>
</dependency>
<!-- Jetty 8 servlet API (websocket) -->
<dependency>
<groupId>org.eclipse.jetty</groupId>