Date picker pop up Latest

@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:

  1. Create a bot having date type entity.
  2. Configure the webSDK channel with the help of documentation
    Kore.ai Web SDK Tutorial - Kore.ai Documentation
  3. 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.