Stuart Romanek

Results 31 comments of Stuart Romanek

tagging @haroun in on finishing this up as Val is out

> wouldn't it be a better solution to use a computed everywhere or a function ? That sounds right to me. I'm already doing too much in some of these...

@ValJed It wasn't as involved to make the upstream change as I thought, so I've converted the array modal's `isModified` method to a computed property and reverted the double check...

@ValJed can we get another look here?

Tests running here https://github.com/apostrophecms/testbed/actions/runs/11388565860

> Tests running here https://github.com/apostrophecms/testbed/actions/runs/11388565860 @ValJed tests for `import-export` are failing but they are failing the same way they are in `main` https://github.com/apostrophecms/testbed/actions/runs/11375941148/job/31647661948 `¯\_(ツ)_/¯` ?

hey @ezzle .. I think it would be fine to implement a `tooltip` property to the field definition and have it reflected in the field UI like this: If the...

I believe the current tooltip implementation only accepts plain text as its label, so that is a constraint you'll have to work with. You'll be adding the icon and tooltip...

@ETLaurent This PR has been on a journey. Can you take a last look?

This field needs to be updated with a more traditional multi-select combo box UI rather than appending the slats underneath, it makes for an awkward structure when making multiple selections...