Skip to content
New issue

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

OnValueChanged can't work with OtherAttribute #10

Open
phields opened this issue Jun 7, 2021 · 1 comment
Open

OnValueChanged can't work with OtherAttribute #10

phields opened this issue Jun 7, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request refactor

Comments

@phields
Copy link

phields commented Jun 7, 2021

I tried
[ReorderableList(ListStyle.Round, "test", fixedSize: false)] [OnValueChanged(callbackMethodName: nameof(voidName))]
and
[NotNull,OnValueChanged(callbackMethodName: nameof(voidName))]
Neither can coexist and work properly

@arimger
Copy link
Owner

arimger commented Jun 8, 2021

Hello,

since OnValueChangedAttribute is based on the PropertyAttribute class it will break any other drawer.
Anyway, I have it on my TODO list, I will re-implement it (and other validation drawers) as soon as possible.

@arimger arimger added enhancement New feature or request refactor labels Apr 13, 2024
@arimger arimger self-assigned this Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

2 participants