Beta 18 #880
andrew-boyd
announced in
Announcements
Beta 18
#880
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.18.0 (Beta 18)
August 11, 2023
🎉 Keynote feature
💪 New Features
dropdown
input functionalities:whenAvailable
utility from@formkit/utils
dynamically references its document context, facilitating FormKit's usage within web component shadow DOM. #837dropdown
,autocomplete
, andtaglist
inputs.#empty
section/slot for therepeater
input to display context when there are no values. Repeater docs🐛 Bug Fixes
Repeater
respects the disabled state of its parent form. #579Taglist
accepts empty options. #586autocomplete
input compatibility with Vue's@focus
directive. #670Taglist
accepts values outside its options list. #681datepicker
error on keyboard navigation inpicker-only
mode. #736pointer-events: none
to submit-type buttons in theactions
slot. #790Taglist
respects the max prop withopen-on-click
enabled. #793autocomplete
withselectionAppearance
set tooption
to work withopen-on-click
prop. #817eq
function from@formkit/utils
. #819Datepicker
navigation error when starting withyear
. #827Taglist
respects the max prop withclose-on-select
disabled. #838formkit-icon
class aligns withconfig.rootClasses
. #859Datepicker
Safari focus issue by modifying the open button to arole="button"
div. #864dropdown
,autocomplete
,taglist
) render values even outside their options list. #877This discussion was created from the release Beta 18.
Beta Was this translation helpful? Give feedback.
All reactions