Skip to content

Commit

Permalink
Merge branch 'main' into VIV-2078-docs-accordion-page
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorJ76 authored Nov 7, 2024
2 parents 5c7ded1 + 56f221e commit 2391855
Show file tree
Hide file tree
Showing 3 changed files with 1,031 additions and 211 deletions.
9 changes: 9 additions & 0 deletions libs/components/src/lib/slider/slider.form-associated.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { FormAssociated, FoundationElement } from '@microsoft/fast-foundation';

class _Slider extends FoundationElement {}
// eslint-disable-next-line @typescript-eslint/naming-convention
interface _Slider extends FormAssociated {}

export class FormAssociatedSlider extends FormAssociated(_Slider) {
proxy = document.createElement('input');
}
Loading

0 comments on commit 2391855

Please sign in to comment.