@sachithra.k As per the requirement when the user needs to enter a date(any format) in web SDK.
Follow the steps to enable date picker option in webSDK:
- Create a bot having date type entity.
- Configure the webSDK channel with the help of documentation
Kore.ai Web SDK Tutorial - Kore.ai Documentation - Goto SDKApp > sdk > UI > kore-config.js
Please make showDatePickerIcon:false to true
web-kore-sdk/kore-config.js at master · Koredotcom/web-kore-sdk · GitHub
Please find the below screenshot for reference.