The time picker has no part named input since the <input> element is in the light DOM rather than the shadow DOM. Depending on exactly which part you try to target, you might want to either use vaadin-time-picker::part(input-field) or vaadin-time-picker > input.