nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.4k stars 374 forks source link

fix(Input)!: redesign `file` type without absolute positioning #1712

Closed benjamincanac closed 3 weeks ago

benjamincanac commented 3 weeks ago

๐Ÿ”— Linked issue

Resolves #1524, resolves #1412

โ“ Type of change

๐Ÿ“š Description

๐Ÿ“ Checklist

HigherOrderLogic commented 3 weeks ago

Shouldn't we bundle this with the V3 change?

I don't think it's ideal to release a breaking change now that V3 is being developed.

moshetanzer commented 3 weeks ago

@HigherOrderLogic Nope. I think @benjamincanac go for it. People are using this in projects already and the current version doesn't display properly in Safari. Also @HigherOrderLogic what do you mean by breaking?

benjamincanac commented 3 weeks ago

This was a change I made in v3 initially but as its completely broken at the moment on Safari and doesn't work with icons I think we should fix it also there.