[Vuejs]-Radio button css missing on safari

0👍

I was able to fix it by removing the watch on "init" here: https://github.com/sanuann/schema-ui/blob/master/src/components/Inputs/WebRadio/Radio.vue#L105

I am not sure why it worked in other browsers and why the problem occured on Safari only. anyways was able to fix it.

Leave a comment