MCPcopy Create free account
hub / github.com/angular-rust/yew-components / set_range_overflow

Method set_range_overflow

src/text_inputs/validity_state.rs:88–91  ·  view source on GitHub ↗
(&mut self, value: bool)

Source from the content-addressed store, hash-verified

86 self
87 }
88 pub fn set_range_overflow(&mut self, value: bool) -> &mut Self {
89 self.range_overflow = value;
90 self
91 }
92 pub fn set_range_underflow(&mut self, value: bool) -> &mut Self {
93 self.range_underflow = value;
94 self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected