We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c62c9 commit 5a2b23eCopy full SHA for 5a2b23e
core/src/components/picker-column/picker-column.tsx
@@ -631,7 +631,6 @@ export class PickerColumn implements ComponentInterface {
631
private renderAssistiveFocusable = () => {
632
const { activeItem } = this;
633
const valueText = this.getOptionValueText(activeItem);
634
- console.log('setting value text to RENDER', valueText);
635
636
/**
637
* When using the picker, the valuetext provides important context that valuenow
0 commit comments