surveyjs / custom-widgets

The collection of custom widgets for SurveyJS: Survey Library and Survey Creator :package:
https://surveyjs.io
MIT License
79 stars 78 forks source link

Microphone Widget - The Record and Save button appearance is broken #346

Closed JaneSjs closed 8 months ago

JaneSjs commented 8 months ago

image https://plnkr.co/edit/gmPBpuHN7ycZN4im

tsv2013 commented 8 months ago

You need to include the Font Awesome (https://fontawesome.com/) styles on a web page:

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" referrerpolicy="no-referrer" />

https://plnkr.co/edit/4LGvSt2ZFpiuEyuk

This widget was added by community about 6 years ago. Right now we're getting rid of this package and thus I don't see any reason to fix this.