1map Spatial Solutions (Pty) Ltd

Results 46 comments of 1map Spatial Solutions (Pty) Ltd

@tugcekucukoglu This error is still there even in 4.0.4

@tugcekucukoglu This error is still there even in 4.0.5

@tugcekucukoglu This error is still there even in 4.0.7

Ok, but then do not document it then until you implimented it. [Link](https://primevue.org/treetable/#api.column.props.rowReorder) I did start a discussion: https://github.com/orgs/primefaces/discussions/2744

Apart from CSS that is injected in the body, I also have a problem with dialogs, autocomplete lists, combo boxes, etc (all floating containers) that is injected in the body...

The following line in your code throws an error as filterInput is null: `focus(this.$refs.filterInput.$el);` [primevue/packages/primevue/src/select/Select.vue](https://github.com/primefaces/primevue/blob/22d6f8a03724f30b6695a0800412f77a3a8ed738/packages/primevue/src/select/Select.vue#L710) I do not think it should try and focus on the filter during `onOverlayLeave` as...

The following should be completely removed from `onOverlayLeave` as there is no need to focus on the filterInput Element during Leave. ``` if (this.autoFilterFocus && this.filter) { this.$nextTick(() => {...

@wijzijnweb Thanks, well still not fixed in the latest version

I can confirm. I already made suggestion almost 2 months ago: https://github.com/primefaces/primevue/issues/6539#issuecomment-2415786460 But it seems it is ignored.