@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@typebot.io/js",
|
||||
"version": "0.1.24",
|
||||
"version": "0.1.25",
|
||||
"description": "Javascript library to display typebots on your website",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -56,6 +56,8 @@ export const DateForm = (props: Props) => {
|
||||
from: e.currentTarget.value,
|
||||
})
|
||||
}
|
||||
min={props.options?.min}
|
||||
max={props.options?.max}
|
||||
data-testid="from-date"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,6 +83,8 @@ export const DateForm = (props: Props) => {
|
||||
to: e.currentTarget.value,
|
||||
})
|
||||
}
|
||||
min={props.options?.min}
|
||||
max={props.options?.max}
|
||||
data-testid="to-date"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user