Beta 17 #703
Closed
justin-schroeder
announced in
Announcements
Beta 17
#703
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
💪 New features
dynamic
list prop allows you to easily create your own repeaters.require_one
(thanks @devoidofgenius),contains_alpha
,contains_alphanumeric
,contains_alpha_space
,contains_symbol
,contains_uppercase
,contains_lowercase
,contains_numeric
,symbol
,uppercase
, andlowercase
(thanks @riderx).textarea
inputs with dynamically resizing height.commitRaw
event that fires even if there is no change to the input value.FormKitSchema
can now use a single root node (instead of a fragment)v-show
now work adding akey
to dynamic inputs is generally no longer required (#528).node.reset()
function become the new default value for the input (#621).zh-TW
)lv
)tet
)node.extend()
.⚡️ Performance
@input
event and removed the now unnecessary debounce on the change event.🐛 Bugfixes
@formkit/observer
will now observe changes tonode._value
in instances where you want to operate on the non-debounced input value.range
icon in@formkit/icons
has been updated to only show one control handle since HTML range inputs do not support multiple values. The old multi-handle icon has been repurposed for the newslider
FormKit Pro input.repeater
inputs to not hydrate properly (#458).repeater
inputs to throw an error when being removed (#457).@blur
event on a custom input (#413).v-model
to only fire input events on every other input (#463)node.walk()
to prematurely end when usingstopOnFalse
.This discussion was created from the release Beta 17.
Beta Was this translation helpful? Give feedback.
All reactions