We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed in a relation picker on v0.10.2 the id and one additional field is included for context. In my case, it included collectionId.
v0.10.2
id
collectionId
Looking through the UI code, props are filtered against a list of excluded meta props.
pocketbase/ui/src/components/records/RecordSelectOption.svelte
Line 5 in b9922e4
It appears these were renamed in v0.8.0:
v0.8.0
pocketbase/CHANGELOG.md
Line 355 in 15c05b9
Would a PR for this be welcome?
The text was updated successfully, but these errors were encountered:
Thank you for noticing it. I'll remove it in the next release.
The relation picker UI will change anyway in PocketBase v0.12 in relation to #976.
Sorry, something went wrong.
No branches or pull requests
I noticed in a relation picker on
v0.10.2
theid
and one additional field is included for context. In my case, it includedcollectionId
.Looking through the UI code, props are filtered against a list of excluded meta props.
pocketbase/ui/src/components/records/RecordSelectOption.svelte
Line 5 in b9922e4
It appears these were renamed in
v0.8.0
:pocketbase/CHANGELOG.md
Line 355 in 15c05b9
Would a PR for this be welcome?
The text was updated successfully, but these errors were encountered: