I just read https://developer.atlassian.com/changelog/#CHANGE-1953 I can’t see any forum for feedback except this one.
That deprecation is fine. However we use a Select inside an Inline Edit, which means we pass many of those properties from the Inline Edit into the Select. Please make the same changes to InlineEdit that you make to Select to ensure those continue to function together. E.g. the types for Inline say that it’ll pass aria-invalid
, aria-labelledby
and aria-describedby
and the deprecation notice says:
aria-invalid (Use isInvalid instead)
aria-labelledby (Will be replaced with labelId)
aria-describedby (Will be replaced with descriptionId)
Please pass those new values instead