stoiveyp / Slack.NetStandard

.NET Core package that helps with Slack interactions
MIT License
41 stars 16 forks source link

Add selected user to the element value to support returned state for the select user controls #37

Closed AbsShek closed 3 years ago

AbsShek commented 3 years ago

This change will add a new "SelectedUser" property to the ElementValue object. This will ensure that the the view submission payload can correctly handle selected values from "user select" controls.

stoiveyp commented 3 years ago

Sorry for the delay! Fab stuff. I'll get this merged and released ASAP 👍

stoiveyp commented 3 years ago

That's been release to v.2.8.5 and 2.9.0-beta6

AbsShek commented 3 years ago

That was pretty quick actually :) Thanks once again!