What's Changed
- Input: fix error message
breaks down layoutwhen adding suffix, prefix, prepend or append attribute - Input: rename attribute name
preffixtoprefix - Radio: fix primary color not working
- Modal: change default size
2xltolg
Breaking Changes
Before ❌
<x-input label="Website" preffix="https://" />After ✅
<x-input label="Website" prefix="https://" />Full Changelog: v1.1.2...v1.1.3