Skip to content

Instantly share code, notes, and snippets.

View scharinger's full-sized avatar

tim scharinger

  • Axis Communications
  • Sweden
View GitHub Profile
module Tahoe.Forms {
export class AutocompleteField {
private formFieldName: string;
/**
*
* @param autocompleteFieldName The form field that will get autocomplete
*/
constructor(autocompleteFieldName) {
this.formFieldName = autocompleteFieldName;