diff --git a/src/components/ActionInput/ActionInput.vue b/src/components/ActionInput/ActionInput.vue index 136cdd83..2dcd692b 100644 --- a/src/components/ActionInput/ActionInput.vue +++ b/src/components/ActionInput/ActionInput.vue @@ -20,29 +20,44 @@ - --> + +This component is made to be used inside of the [Actions](#Actions) component slots. +All undocumented attributes will be bound to the input or the datepicker. e.g. `maxlength`, `not-before`... + +``` + + + + + +``` + +