i solved it in my way, not sure is a most correct way, but it works for me.
the issue is that type for this field is “text”.
i have removed shortcode [phonetext* phonetext-314] and change it with html code.
I have changed type=”text’ on type=”tel” and it works.
Here is my html
<input type=”tel” name=”phonetext-565″ value=”” size=”40″ class=”wpcf7-form-control wpcf7-text wpcf7-phonetext wpcf7-validates-as-required” data-numberonly=”true” aria-required=”true” aria-invalid=”false” autocomplete=”off”>