iTwin / presentation

Monorepo for iTwin.js Presentation Library
https://www.itwinjs.org/presentation/
MIT License
4 stars 0 forks source link

Property Editors should not propagate key down event #677

Closed saskliutas closed 1 month ago

saskliutas commented 1 month ago

Majority of editors used in property grid to edit property values have containerStopsKeydownPropagation set to true. Editors provided from presentation-components sets it to false. Need to investigate if those editors could also have containerStopsKeydownPropagation set to true to make sure that different property editors have same behavior.