Skip to content

Commit

Permalink
Merge pull request #435 from beda-software/patch-quantity-widget-drop…
Browse files Browse the repository at this point in the history
…down-width

Add prop to Quantity widget dropdown
  • Loading branch information
ir4y authored Jan 21, 2025
2 parents 49db1f9 + f57a008 commit 9172f61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export function QuestionQuantity(props: QuestionItemProps) {
onChange={onUnitChange}
style={{ minWidth: 70 }}
disabled={disabled}
popupMatchSelectWidth={false}
>
{unitOption.map((option) => (
<Select.Option key={option.code} value={option.display}>
Expand Down

0 comments on commit 9172f61

Please sign in to comment.