Skip to content

Commit

Permalink
Replace language code input with select of country name, codes
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih-erikli committed Sep 13, 2023
1 parent 4f270af commit a9263f7
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fontra/client/core/unlit.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,6 @@ export const label = createDomElement.bind(null, "label");
export const span = createDomElement.bind(null, "span");
export const hr = createDomElement.bind(null, "hr");
export const link = createDomElement.bind(null, "link");
export const select = createDomElement.bind(null, "select");
export const option = createDomElement.bind(null, "option");
// Let's add more once needed
Loading

0 comments on commit a9263f7

Please sign in to comment.