1

mobile When I try to change size the field using styles etc. visually everything is fine, but only the first part of the field is active. This problem occurs only on the mobile version and with the type="date", any other options work fine(type="text", desktop version).

<lightning-input
   required
   type="date"
   lang="en_gb"
   label={labels.testDate}
   value={data.testDate}
   data-name="testDate"
   data-validation-name="datafield"
   onchange={handleDataChange}
 >
</lightning-input>

I use custom css classes, style="width: 100%", width: 500px and etc.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.