Ghost/ghost/admin/app/components/gh-input-with-select
Kevin Ansfield 23c6547b5b Fixed missing outline on <GhInputWithSelect> when focused
refs https://github.com/TryGhost/Team/issues/993

- added calls to `onFocus()` and `onBlur()` arguments inside the trigger when the input is focused/blurred so that the active class is correctly applied by ember-power-select
- removed unnecessary mousedown propagation cancellation, it was a copied from `<GhTokenInput>` where extra mouse handling is necessary for buttons inside tokens
- updated `.gh-input-with-select` styles to add the border when active
2021-08-26 17:19:00 +01:00
..
index.hbs Fixed missing outline on <GhInputWithSelect> when focused 2021-08-26 17:19:00 +01:00
index.js Fixed test 2021-08-24 11:39:04 +02:00
suggested-option.hbs Updated snippet replacement dropdown 2021-08-24 12:28:07 +02:00
trigger.hbs Fixed missing outline on <GhInputWithSelect> when focused 2021-08-26 17:19:00 +01:00
trigger.js Fixed missing outline on <GhInputWithSelect> when focused 2021-08-26 17:19:00 +01:00