Allow createItem() to take a silent:boolean parameter and pass that along to the addItem() within the method #916
connortorrell
started this conversation in
Ideas
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.
-
Based on the fact that the
addItem()
method allows a silent parameter to be passed in to avoid achange
event (which is a really nice feature I use a lot),I would really like the consistency and flexibility for
createItem()
to have a silent option as well which would be passed along to the internaladdItem()
call in that method.Right now I do this on my project with a monkey patch, but would be nice to see this supported in the package.
Beta Was this translation helpful? Give feedback.
All reactions