pnp / sp-dev-fx-property-controls

Reusable SPFx property pane controls - Open source initiative
https://pnp.github.io/sp-dev-fx-property-controls/
MIT License
235 stars 151 forks source link

PropertyFieldViewPicker don't gray out #516

Open naka51 opened 1 year ago

naka51 commented 1 year ago

Category

Version

Please specify what version of the library you are using: [3.7.0]

Expected / Desired Behavior / Question

Disabling PropertyFieldNumber grays out labels and controls. However, when PropertyFieldViewPicker is disabled, only the control is grayed out. How can I gray out the label as well?

import { PropertyFieldViewPicker} from '@pnp/spfx-property-controls/lib/PropertyFieldViewPicker'; import { PropertyFieldNumber } from '@pnp/spfx-property-controls/lib/PropertyFieldNumber';

Thanks!

ghost commented 1 year ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.