https://github.com/aurelia/dialog/blob/0d35c2d3c5d54514715ab01014817e3e10990d2b/src/attach-focus.ts#L18 The above line should be ```js if (this.value === '' || this.value && this.value !== 'false') { ``` I think we should make `attach-focus` boolean attribute for the following usage ```html <input attach-focus /> ```