laravel / nova-issues

554 stars 34 forks source link

Multiple Markdown fields in the same form, changing text to bold moves cursor to last field. #5475

Closed dmason30 closed 1 year ago

dmason30 commented 1 year ago

Description:

https://user-images.githubusercontent.com/20278756/232765795-57f0351f-3025-405e-935d-5ec0bdbb3969.mov

Detailed steps to reproduce the issue on a fresh Nova installation:

Panel::make('Subject', [
    Markdown::make('Value', 'subject_value'),
]),

Panel::make('Body', [
    Markdown::make('Value', 'body_value'),
]),
  1. Type text in first field
  2. Select some text and make it bold
  3. Cursor is moved to last field
github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.