Hint under the label when inlineLabel(true) is used

When the inlineLabel(true) method is specified, the hint shifts to the right. However, I expected the hint to appear below the label. See the example in the image below. The first screenshot shows what I get, and the second screenshot shows what I expect. Am I doing something wrong? Code:
return $form
->inlineLabel()
->columns(1)
->schema([
Section::make()
->schema([
TextInput::make('main_phone_number')
->label('Основной номер телефона')
->mask('+7 999 999 99 99')
->required(),

Textarea::make('descriptor')
->autosize()
->label('Дескриптор')
->hint('Отображается в шапке сайта, возле логотипа')
]),

]);
return $form
->inlineLabel()
->columns(1)
->schema([
Section::make()
->schema([
TextInput::make('main_phone_number')
->label('Основной номер телефона')
->mask('+7 999 999 99 99')
->required(),

Textarea::make('descriptor')
->autosize()
->label('Дескриптор')
->hint('Отображается в шапке сайта, возле логотипа')
]),

]);
No description
No description
1 Reply
awcodes
awcodes2w ago
Looks like a bug to me. Can you file an issue for it on GitHub if there isn’t already one.
Want results from more Discord servers?
Add your server