Completed
Last Updated: 05 Jan 2021 12:02 by ADMIN
Release 2.21.0
Roy
Created on: 22 Dec 2020 11:34
Category: MaskedTextBox
Type: Bug Report
1
TelerikMaskedTextBox does not honor Width property when no Label parameter is set

When the Label parameter of the TelerikMaskedTextBox is not defined, the Width is applied to the input of the component. However, it should be applied to the span holding the component.

====================================

ADMIN EDIT

A couple of workarounds:

  • You can define the Label parameter of the TelerikMaskedTextBox. In this case, you will not be facing the mentioned bug and also will not have to separately define a label tag
  • You can set the Bootstrap class "form-control" to the TelerikMaskedTextBox through its Class parameter and remove the Width parameter.

=====================================

0 comments