survey-creator icon indicating copy to clipboard operation
survey-creator copied to clipboard

AddProperty 'itemvalue' are not added to rows of matrix question on 1.8.3

Open Tri125 opened this issue 5 years ago • 3 comments

Are you requesting a feature, reporting a bug or ask a question?

Bug

What is the current behavior?

SurveyKo.Serializer.addProperty('itemvalue', { name: 'weight', type: 'number', default: null });

is not adding a property called 'weight' to the rows of a matrix question.

What is the expected behavior?

The properly should be added. On version 1.7.3 there's no problem but on 1.8.4 the custom property isn't added.

This is how it should look like: image

Tri125 avatar Sep 23 '20 19:09 Tri125

@Tri125 It works fine for me. Here is the example.

Thank you, Andrew

andrewtelnov avatar Sep 24 '20 07:09 andrewtelnov

Thank you, I think I will spend more time getting a minimal reproduction case as it clearly works in your example.

Tri125 avatar Sep 24 '20 13:09 Tri125

I think this is no longer relevant (since we have editor v2 which is a total rewrite)

SamMousa avatar Mar 29 '24 10:03 SamMousa