In Panel component, allow user to override all focus zone props.#3568
Conversation
|
@dzearing Can you help provide some input on this, as it removes props as values. Is there a method of deprecating them instead, perhaps? Then remove them in the future? |
…longside other class names provided to component.
|
I have marked the props previously used only to pass directly to the |
|
@dzearing or anyone else have any update or thoughts on this PR? |
|
Hey @SpencerLynn one more suggestion, and then I think this pr is ready to go. You should add |
|
Thanks @joschect ! Good to know about that function! Done. |
|
Thanks @joschect for the review! Is this ready to be merged? Do we need any one else to review these changes? |
|
@SpencerLynn I think that this can probably be merged. |
|
Ok great @joschect. I do not have merge privileges. Do we need @dzearing or @eliblock12? Or can you do it? |
Pull request checklist
$ npm run changeDescription of changes
In Panel component, allow consumers to override all FocusTrapZone props. This change removes the few props that were only used for the FocusTrapZone. I'm not sure what the breaking change policy is, but I'm happy to modify this to meet the qualifications needed.