Skip to content

fix(Filter): initial modelValue is not wired#601

Open
ruchamahabal wants to merge 3 commits intofrappe:mainfrom
ruchamahabal:fix-filter-component
Open

fix(Filter): initial modelValue is not wired#601
ruchamahabal wants to merge 3 commits intofrappe:mainfrom
ruchamahabal:fix-filter-component

Conversation

@ruchamahabal
Copy link
Copy Markdown
Member

@ruchamahabal ruchamahabal commented Mar 16, 2026

const filters = ref([
	["enabled", "=", 1],
	["gender", "=", "Female"]
])
<Filter doctype="User" v-model="filters" />

Before:

modelValue not mapped:

image

After:

image

Closes #562

@ruchamahabal ruchamahabal force-pushed the fix-filter-component branch from 783adb6 to 516a2c5 Compare March 16, 2026 15:48
@ruchamahabal ruchamahabal requested a review from siduck March 17, 2026 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filter: initial modelValue is not wired + filter inputs stack vertically instead of horizontally

1 participant