Skip to content

[BUG] Text filling for kendo-combobox (Angular) #22011

@nicholas-yong

Description

@nicholas-yong

I wasn't able to set the value of the Angular Kendo-Combobox (at least that is what I think is happening) in a form via manual text input (simulated by selecting the text input and then using the fill function).

Filling in the combobox via selecting the button and then clicking on one of the dropdown options does work.

System info

  • Playwright Version: [v1.31.2]
  • Operating System: [macOS 12.2]
  • Browser: [Chromium, Firefox]

Source code

// This is a locator for the input element that is attached to the kendo-combobox.
const publisherFormInput =  page.locator('form:nth-child(1) kendo-combobox[formcontrolname="publisher"] input')
await publisherFormInput.click()
await publisherFormInput.fill(product.publisher || '')
// tried dispatching a blur event to see if that sets the value.
await publisherFormInput.blur()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions